@import "iconfont.css";

@charset 'utf-8';
/*@font-face { 
	font-family: 'pfr';
	src: url('/Public/Common/fonts/PingFangRegular.ttf');
} 
@font-face { 
	font-family: 'helB';
	src: url('/Public/Common/fonts/helveticainseratlTstdRroman.ttf');
} */

@font-face { 
	font-family: 'impact';
	src: url('/Public/Common/fonts/impact.ttf');
} 

body{font-size:13px;font-family:'Microsoft Yahei',arial,sans-serif;color:#000;background:#f4f4f4;width: 100%;float: left;overflow-x: hidden;}

*{margin:0;padding:0;text-decoration:none;}
ol,ul{list-style:none;margin-bottom: 0;}
a{color:#000;text-decoration:none;}
a:hover{color:#000;text-decoration:none;}
img{border:none;}
p{margin-bottom: 0;}
label{font-weight: normal;}
h1,h2,h3,h4,h5,h6{margin: 0;padding: 0;}
input{outline: none;}
.h70{float: left;width: 100%;height: 70px;display: none;}
@media (max-width: 1500px) {
.h70{display: block;}
}

/*去除iphone的样式*/
input[type="text"],input[type="button"], input[type="submit"], input[type="reset"],input[type="password"] {
-webkit-appearance: none;border-radius: 0;}
textarea {-webkit-appearance: none;border-radius: 0;} 

/* 公共 */
.fl{float:left;}
.fr{float:right;}
.fl,#fl{float:left;}
.fr,#fr{float:right;}
.mr20{margin-right: 20px;}
.mb20{margin-bottom: 20px;}
.ml20{margin-left: 20px;}
.mt20{margin-top: 20px;}
.mt0,#mt0{margin-top: 0;}
.mr0,#mr0,.mR0,#mR0{margin-right: 0px;}
.mr20,#mr20,.mR20,#mR20{margin-right: 20px;}
.mt20,#mt20,.mT20,#mT20{margin-top: 20px;}
.mt10,#mt10,.mT10,#mT10{margin-top: 10px;}
.mb10,#mb10,.mB10,#mB10{margin-bottom: 10px;}
.w100{width: 100%;}
.bw{background: #fff;}
.container{padding-right: 0;padding-left: 0;}
.alldiv{float: left;width: 100%;float: left;}
.dn{display: none;}

/* headers */
.headers{width:100%;height:160px;position: fixed;z-index: 8999;transition:0.5s;}
.headers .hlogo{float:left;transition:0.5s;position: absolute;width: 240px;background: #fff;border-radius: 0 0 10px 10px;box-shadow: 0 10px 10px rgba(0,0,0,0.1);text-align: center;padding: 34px 0;}
.headers .hlogo a{float:left;transition:0.5s;width: 100%;}
.headers .hlogo a img{transition:0.5s;}
.headers .box{width:100%;transition:0.5s;padding-left: 300px;}
.headers .box .r{float:left;transition:0.5s;width: 100%;padding: 30px 0 0;}
.headers .box .r .top{float: left;width: 100%;margin-bottom: 30px;}
.headers .box .r .top .a{float: right;line-height: 32px;color: #fff;}
.headers .box .r .top .a i{float: left;line-height: 32px;font-style: normal;}
.headers .box .r .top .a img{float: left;height: 20px;margin: 6px 4px;}
.headers .box .r .top em{float: right;line-height: 32px;margin:0 15px;color: rgba(255,255,255,0.2);}
.headers .box .r .top .search_4{height:32px;float: right;font-size: 13px;}
.headers .box .r .top .search_4 .input{width: 100px;height:32px;float: left;font-size: 12px;line-height: 30px;margin: 0 0;border: 1px solid rgba(255,255,255,0.2);border-radius: 16px 0 0 16px;outline: none;border-right: none;padding-left: 15px;background: none;}
.headers .box .r .top .search_4 .submit{width: 52px;height:32px;float: left;line-height: 30px;border:1px solid rgba(255,255,255,0.2);border-left: none;border-radius: 0 16px 16px 0;background: none;color: rgba(255,255,255,0.4);outline: none;margin: 0;}
.headers .box .r .navv{float: left;transition:0.5s;width: 100%;background: rgba(255,255,255,0.8);border-radius: 6px;padding-left: 30px;box-shadow: 0 10px 10px rgba(0,0,0,0.1);}
.headers .box .r .navv li:hover h3 a{color: #fff;background:rgba(0,0,0,0.3);}
.headers .box .r .navv .m{ float:left;position:relative;  border-top:0; border-bottom:0; margin-left:-1px;height: 50px;transition:0.5s;   }
.headers .box .r .navv h3{ float:left; font-weight:normal; font-size:15px; height:50px; overflow:hidden;transition:0.5s;  }
.headers .box .r .navv h3 a{ display:block; color:#fff;vertical-align:top;height: 50px;line-height: 50px;float: left;width: 120px;text-align: center;transition:0.5s;text-align: center;}
.headers .box .r .navv h3 a b{display: inline-block;line-height: 50px;font-weight: normal;color: #000;}
.headers .box .r .navv .cur a{color: #fff;background: #f90;border-radius: 0px;}
.headers .box .r .navv .cur a b{color: #fff;}
.headers .box .r .navv h3:hover a{color: #fff;background:rgba(0,0,0,0.3);}
.headers .box .r .navv h3:hover a b{border-bottom: none;}
.headers .box .r .navv .on{background: #fff; }
.headers .box .r .navv .on h3 a{font-weight:bold;}
.headers .box .r .navv .sub{ width:120px; padding:0px 0 0px 0px;position:absolute; left:0; top:50px; text-align: center;z-index: 999;display: none;}
.headers .box .r .navv .sub li{ height:40px; line-height:40px;float:left; width:100%;   }
.headers .box .r .navv .sub li a{ display:block;color:#fff;width: 100%;float: left;background: rgba(0,0,0,0.5);}
.headers .box .r .navv .sub li a:hover{ color:#fff;background: #f90;}
.headers.on{height:100px;background:rgba(0,102,187,0.9);box-shadow: 0 10px 10px rgba(0,0,0,0.02);}
.headers.on .hlogo{float:left;transition:0.5s;position: absolute;width: 240px;background: #fff;padding: 10px 0 18px;box-shadow: none;border-radius: 0}
.headers.on .hlogo a{float:left;transition:0.5s;width: 100%;}
.headers.on .hlogo a img{transition:0.5s;}
.headers.on .box .r .top{height: 0;overflow: hidden;margin-bottom: 25px;}
.headers.on .box .r{padding-top: 0;}
@media (max-width: 768px) {
.headers{display: none;}
}


/* head_m_1 */
.head_m_1{width:100%;height:70px;background:#fff;float: left;z-index: 8000;display: none;position: relative;}
.head_m_1 .box{width:100%;height:70px;float: left;padding:15px 20px;position: relative;}
.head_m_1 .box .logo{float: left;}
.head_m_1 .box .logo img{float: left;height: 40px;}
.head_m_1 .box .r{float: right;}
.head_m_1 .box .r .menu{float: left;height: 30px;margin:5px 0 0 0;}
.head_m_1 .box .r .menu img{float: left;height: 30px;}
@media (max-width: 768px) {
.head_m_1{display: block;}
}
/*m_head_1*/
.m_head_1_nav{display: none;background:rgba(255,153,0,1);width: 100%;height: 100%;position: fixed;z-index: 9800;background-size: 100%;padding:0px 0px;border-top: 0;}
.m_head_1_nav .abox{float: left;width: 100%;margin-top:0px;position: relative;height: 100%;padding: 60px 20% 0;text-align: center;}
.m_head_1_nav .abox .menu_hover{float: left;width: 100%;text-align: right;height: 40px;position: absolute;top: 30px;right: 30px;}
.m_head_1_nav .abox .menu_hover img{float: right;height: 24px;}
.m_head_1_nav .abox .a{width: 100%;float: left;line-height: 44px;font-size: 15px;color: #fff;text-align: center;}
.m_head_1_nav .abox .tel{width: 100%;float: left;border-top: 1px solid #fff;text-align: center;margin-top: 20px;padding-top: 30px;}
.m_head_1_nav .abox .tel p{display: inline-block;height: 30px;}
.m_head_1_nav .abox .tel p img{height: 20px;float: left;}
.m_head_1_nav .abox .tel p span{height: 22px;line-height: 22px;color: #fff;font-size: 18px;display: inline-block;float: left;margin-left: 10px;}
@media (max-width: 768px) {
.m_head_1_bt{display: block;}
}

/* head_m_3 */
.head_m_3_index{width:100%;height:54px;background:#f51b6b;float: left;z-index: 8000;display: none;position: relative;}
.head_m_3_index .box{width:100%;height:54px;float: left;padding:12px 15px;position: relative;}
.head_m_3_index .box .logo{float: left;width: 100%;z-index: 1;text-align: center;}
.head_m_3_index .box .logo img{height: 20px;margin-top:5px;}
.head_m_3_index .box .r{position: absolute;z-index: 2;right: 15px;top: 13px;}
.head_m_3_index .box .r .menu{float: left;height: 24px;margin: 3px 0 0 0;}
.head_m_3_index .box .r .menu img{float: left;height: 24px;}
.head_m_3{width:100%;height:54px;background:#f51b6b;float: left;z-index: 8000;display: none;position: relative;}
.head_m_3 .box{width:100%;height:54px;float: left;padding:0 15px;}
.head_m_3 .box .home{float: left;border-right: 1px solid #e0363f;height: 54px;}
.head_m_3 .box .home img{float: left;height: 30px;margin: 12px 15px 0 0;}
.head_m_3 .box .a{float: left;height: 54px;line-height: 54px;font-size: 14px;color: #fff;margin: 0 6px;}
.head_m_3 .box .img{float: left;height: 54px;}
.head_m_3 .box .r{float: right;}
.head_m_3 .box .r .menu_page{float: left;height: 24px;margin: 15px 0 0 0;position: absolute;right: 15px;}
.head_m_3 .box .r .menu_page img{float: left;height: 24px;}
.head_m_3 .box .r .menu_page_hover{float: left;height: 24px;margin: 15px 0 0 0;position: absolute;right: 15px;display: none;}
.head_m_3 .box .r .menu_page_hover img{float: left;height: 24px;}
.head_m_3 .box .r .menu{float: left;height: 24px;margin: 15px 0 0 0;}
.head_m_3 .box .r .menu img{float: left;height: 24px;}
.head_m_3_navbg{display: none;background:rgba(0,0,0,0.4);width: 100%;height: 100%;position: fixed;z-index: 9700;background-size: 100%;padding:0px 0px;border-top: 0;right: 0}
.head_m_3_nav{background:rgba(0,0,0,0.9);width: 40%;height: 100%;position: fixed;z-index: 9800;background-size: 100%;padding:0px 0px;border-top: 0;right: -40%;transition:0.5s;}
.head_m_3_nav .abox{float: left;width: 100%;margin-top:0px;position: relative;height: 100%;padding: 60px 20px 0;text-align: center;}
.head_m_3_nav .abox .menu_hover{float: left;width: 100%;text-align: right;height: 40px;position: absolute;top: 18px;right: 15px;}
.head_m_3_nav .abox .menu_hover img{float: right;height: 24px;}
.head_m_3_nav .abox .a{width: 100%;float: left;line-height: 50px;font-size: 15px;color: #fff;text-align: right;}
.head_m_3_nav .abox .tel{width: 100%;float: left;border-top: 1px solid #fff;text-align: center;margin-top: 20px;padding-top: 30px;}
.head_m_3_nav .abox .tel p{display: inline-block;height: 30px;}
.head_m_3_nav .abox .tel p img{height: 30px;float: left;}
.head_m_3_nav .abox .tel p span{height: 30px;line-height: 30px;color: #fff;font-size: 18px;display: inline-block;float: left;margin-left: 10px;}
@media (max-width: 768px) {
.head_m_3_index{display: block;}
.head_m_3{display: block;}
.m_head_1_bt{display: block;}
}

/* head_m_2 */
.head_m_2{width:100%;height:70px;background:#fff;float: left;z-index: 8000;display: none;position: relative;box-shadow: 0 10px 10px rgba(0,0,0,0.05);}
.head_m_2 .box{width:100%;height:70px;float: left;padding:0 20px;}
.head_m_2 .box .home{float: left;height: 70px;line-height: 70px;font-size: 14px;color: #fff}
.head_m_2 .box .home img{height: 40px;margin: 15px 0 0;float: left;}
.head_m_2 .box .a{float: left;height: 70px;line-height: 70px;font-size: 14px;color: #333;}
.head_m_2 .box i{float: left;height: 70px;line-height: 70px;color: #333;margin: 0 12px;font-style: normal;}
.head_m_2 .box .r{float: right;}
.head_m_2 .box .r .menu_page{float: left;height: 30px;margin: 20px 0 0 0;position: absolute;right: 20px;}
.head_m_2 .box .r .menu_page img{float: left;height: 30px;}
.head_m_2 .box .r .menu_page_hover{float: left;height: 30px;margin: 20px 0 0 0;position: absolute;right: 20px;display: none;}
.head_m_2 .box .r .menu_page_hover img{float: left;height: 30px;}
.head_m_2 .box .r .menu{float: left;height: 30px;margin: 20px 0 0 0;}
.head_m_2 .box .r .menu img{float: left;float: left;height: 30px;}
@media (max-width: 768px) {
.head_m_2{display: block;}
}
.m_head_page_nav{display: none;background:#eee;width: 100%;z-index: 9800;background-size: 100%;padding:0px 0px;border-top: 0;float: left;}
.m_head_page_nav .abox{float: left;width: 100%;margin-top:0px;position: relative;height: 100%;padding: 20px;text-align: center;}
.m_head_page_nav .abox a{float: left;line-height: 36px;font-size: 14px;color: #000;margin: 0 20px 0 0;}

/*菜单栏*/
.menuBar{width: 250px;float: left;position: fixed;height: 100%;background: #06b;z-index: 999;right: -250px;top: 0;transition:0.5s;}
.menuBar .closebt{float: left;color: #fff;font-size: 20px;padding: 0 60px 0 30px;background: #197ed2;height: 70px;line-height: 72px;overflow: hidden;}
.menuBar .closebt span{color: #fff;top: 2px;}
.menuBar .box{float: left;width: 100%;padding: 0 30px;}
.menuBar .box a{width: 100%;float: left;line-height: 50px;font-size: 15px;color: #fff;}


.videos{max-width: 100%;width: 100%;height: 600px;}
@media (max-width: 768px) {
.videos{height: 250px;}
}

/* footer_15 */
.footer_15{float: left;width: 100%;background: url(/Public/Common/Images/fbg.jpg) no-repeat center top;background-attachment: fixed;color: #fff;}
.footer_15 .box{float: left;width: 100%;padding: 100px 0 80px;}
.footer_15 .box a{color: #fff;}
.footer_15 .box .r{float: right;width: 100%;}
.footer_15 .box .r .cont{float: left;width: 100%;margin-bottom: 20px;}
.footer_15 .box .r .cont p{float: left;width: 30%;margin-right: 4%;border: 1px solid rgba(255,255,255,0.4);padding: 20px 20px;position: relative;}
.footer_15 .box .r .cont p i{float: left;line-height: 46px;font-size: 30px;margin-right: 10px;position: absolute;height: 40px;overflow: hidden;}
.footer_15 .box .r .cont p span{float: left;padding-left: 40px;height: 40px;line-height: 40px;font-size: 12px;}
.footer_15 .box .r .cont p:nth-child(3){margin-right: 0;}
.footer_15 .box .r .pc{float: left;width: 100%;line-height: 30px;margin-bottom: 20px;}
.footer_15 .box .r .pm{float: left;width: 100%;line-height: 30px;margin-bottom: 20px;display: none;}
.footer_15 .box .r .plink{float: left;width: 100%;line-height: 30px;}
.footer_15 .box .r .plink a{display: inline-block;margin-right: 10px;}
.footer_15 .box .r .pas{float: left;width: 100%;line-height: 30px;}
.footer_15 .box .r .pas a{display: inline-block;margin-right: 10px;}
.footer_15 .box .r .pas i{display: inline-block;margin-right: 10px;font-style: normal;opacity: 0.5;}
.footer_15 .box .r .ficons{width: 100%;float: left;margin-top: 0px;}
.footer_15 .box .r .ficons span{height:40px;float: left;margin: 0 120px 0 0;color: #fff;line-height: 40px;font-size: 40px;margin-top: 6px;font-family: arial;}
.footer_15 .box .r .ficons a{width:46px;height:46px;float: left;border-radius: 100%;margin: 0 30px 0 0;border: 1px solid #fff;}
.footer_15 .box .r .ficons a img{float: left;margin: 10px 0 0 10px;width: 24px;}
.footer_15 .box .r .ficons a:hover{background: #fa0;}
.footer_15 .box .r .ficons a.wx{width:46px;height:46px;float: left;border-radius: 100%;margin: 0 30px 0 0;position: relative;}
.footer_15 .box .r .ficons a.wx:hover .p{display: block;}
.footer_15 .box .r .ficons a.wx .im{float: left;margin: 10px 0 0 10px;}
.footer_15 .box .r .ficons a.wx .p{position: absolute;width: 130px;height: 120px;background: url(/Public/Common/Images/wxbg.png) no-repeat right top;border-radius: 5px;left: 48px;top:-72px;border: none;padding: 10px;display: none;}
.footer_15 .box .r .ficons a.wx .p img{float: left;margin: 0 0 0 10px;width: 100px;}
.footer_15 .fb{float: left;width: 100%;height: 80px;background: rgba(197,14,0,0.8);display: none;}
@media (max-width: 768px) {
.footer_15{float: left;width: 100%;background: url(/Public/Common/Images/fbg.jpg) no-repeat center top;background-attachment: auto;color: #fff;padding: 20px 20px 0;background-size: cover;}
.footer_15 .box{float: left;width: 100%;padding-top: 40px;padding-bottom: 20px;}
.footer_15 .box a{color: #fff;}
.footer_15 .box .r{float: right;width: 100%;padding-left: 0px;border:none;}
.footer_15 .box .r .cont{float: left;width: 100%;margin-bottom: 10px;}
.footer_15 .box .r .cont p{float: left;width: 100%;margin-right: 0%;border: 1px solid rgba(255,255,255,0.4);padding: 20px 20px;position: relative;margin-bottom: 10px;}
.footer_15 .box .r .cont p i{float: left;line-height: 22px;font-size: 18px;margin-right: 10px;position: absolute;height: 20px;overflow: hidden;}
.footer_15 .box .r .cont p span{float: left;padding-left: 25px;height: auto;line-height: 20px;font-size: 12px;}
.footer_15 .box .r .pc{display: none;}
.footer_15 .box .r .pm{display: block;}
.footer_15 .box .r .pas{display: none;}
.footer_15 .box .r .plink{display: none;}
.footer_15 .box .r .ficons{width: 100%;float: left;margin-top: 0px;}
.footer_15 .box .r .ficons span{height:40px;float: left;margin: 0 120px 0 0;color: #fff;line-height: 40px;font-size: 40px;margin-top: 6px;font-family: arial;}
.footer_15 .box .r .ficons a{width:46px;height:46px;float: left;border-radius: 100%;margin: 0 20px 0 0;border: 1px solid #fff;}
.footer_15 .box .r .ficons a img{float: left;margin: 10px 0 0 10px;width: 24px;}
.footer_15 .box .r .ficons a:hover{background: #fa0;}
.footer_15 .box .r .ficons a.wx{width:46px;height:46px;float: left;border-radius: 100%;margin: 0 20px 0 0;position: relative;}
.footer_15 .box .r .ficons a.wx:hover .p{display: block;}
.footer_15 .box .r .ficons a.wx .im{float: left;margin: 10px 0 0 10px;}
.footer_15 .box .r .ficons a.wx .p{position: absolute;width: 130px;height: 120px;background: url(/Public/Common/Images/wxbg.png) no-repeat right top;border-radius: 5px;left: 48px;top:-72px;border: none;padding: 10px;display: none;}
.footer_15 .box .r .ficons a.wx .p img{float: left;margin: 0 0 0 10px;width: 100px;}
.footer_15 .fb{float: left;width: 100%;height: 20px;background: rgba(214,71,23,0.9);display: none;}
}

/* fullSlide */
.fullSlide{ width:100%;  position:relative;  height:640px; float: left;z-index: 100;}
.fullSlide .bo{float: left;width: 100%;z-index:999;position: absolute;bottom: 0;}
.fullSlide .bo .bos{left: 50%;position: absolute;bottom: 0;margin-left: -600px;}
.fullSlide .bo .bos .course_cate{width: 240px;background: #f90;padding: 30px 30px 60px;border-radius: 10px 10px 0 0;float: left;}
.fullSlide .bo .bos .course_cate a{float: left;line-height:40px;margin-bottom: 3px;color: #fff;text-align: center;width: 100%;font-size: 15px;}
.fullSlide .bo .bos .course_cate a i{float: left;width: 15px;margin:10px 8px 0 10px;}
.fullSlide .bo .bos .course_cate a i img{float: left;width: 100%;}
.fullSlide .bo .bos .course_cate a b{float: left;line-height: 40px;}
.fullSlide .bo .bos .course_cate a:hover{background: #0066bb;border-radius: 6px;}
.fullSlide .bd{ margin:0 auto; position:relative; z-index:0; overflow:hidden;  }
.fullSlide .bd ul{ width:100% !important;  }
.fullSlide .bd li{ width:100% !important;  height:640px; overflow:hidden; text-align:center; background-position: center top;background-repeat: no-repeat;background-size: 1920px;}
.fullSlide .bd li a{ display:block; height:640px; }
.fullSlide .hd{ width:100%;  position:absolute; z-index:1; bottom:30px; left:0; height:60px; line-height:30px; }
.fullSlide .hd ul{ text-align:center; }
.fullSlide .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:18px; height:18px;overflow:hidden; background:#fff;filter:alpha(opacity=60);opacity:0.6;  line-height:999px; margin: 0 6px;border-radius: 18px;transition:0.5s;}
.fullSlide .hd ul .on{ width: 40px; background: #f90;opacity: 1; }
.fullSlide .prev,
.fullSlide .next{  display:block;  position:absolute; z-index:1; top:55%; margin-top:-30px; left:60px;  z-index:1; width:40px; height:60px; background:url(/Public/Common/Images/slider-arrow.png) -126px -137px #000 no-repeat;  cursor:pointer; filter:alpha(opacity=20);opacity:0.2; display:block;  }
.fullSlide .next{ left:auto; right:60px; background-position:-6px -137px; }
@media (max-width: 1380px) {
.fullSlide{ height:520px;}
.fullSlide .bo .bos{left: 50%;position: absolute;bottom: 0;margin-left: -600px;}
.fullSlide .bo .bos .course_cate{width: 240px;background: #f90;padding: 30px 30px 20px;border-radius: 10px 10px 0 0;float: left;}
.fullSlide .bo .bos .course_cate a{float: left;line-height:36px;margin-bottom: 3px;color: #fff;text-align: center;width: 100%;}
.fullSlide .bo .bos .course_cate a:hover{background: #0066bb;border-radius: 6px;}
.fullSlide .bd li{height:520px; background-size: 1560px;  }
.fullSlide .bd li a{ height:520px; }
.fullSlide .hd{ width:100%;  position:absolute; z-index:1; bottom:0px; left:0; height:50px; line-height:30px; }
.fullSlide .prev,
.fullSlide .next{display: none;opacity: 0;}
}
@media (max-width: 768px) {
.fullSlide{display: none;}
}

/*mfullSlideBox*/
.mfullSlideBox{ position:relative; overflow:hidden;max-width:768px;display: none;float: left;width: 100%;}
.mfullSlideBox .hd{ position:absolute; height:28px; line-height:28px; bottom:0; right:0; z-index:1;text-align: center;width: 100%; }
.mfullSlideBox .hd li{ display:inline-block; width:8px; height:8px;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;background:#fff; text-indent:-9999px; overflow:hidden; margin:0 3px;opacity: 0.4;}
.mfullSlideBox .hd li.on{opacity: 1;}
.mfullSlideBox .bd{ position:relative; z-index:0; }
.mfullSlideBox .bd li{ position:relative; text-align:center;  }
.mfullSlideBox .bd li img{ background:url(images/loading.gif) center center no-repeat;  vertical-align:top; width:100%;/* 图片宽度100%，达到自适应效果 */}
.mfullSlideBox .bd li a{ -webkit-tap-highlight-color:rgba(0,0,0,0);  }  /* 去掉链接触摸高亮 */
.mfullSlideBox .bd li .tit{ display:block; width:100%;  position:absolute; bottom:0; text-indent:10px; height:28px; line-height:28px; background:url(images/focusBg.png) repeat-x; color:#fff;  text-align:left;  }
@media (max-width: 768px) {
.mfullSlideBox{display: block;}
}

/* notice_6 */
.notice_6{float: left;height: 80px;width: 100%;position: relative;z-index: 100;}
.notice_6 .box{float: left;height: 80px;background: #fff;width: 100%;line-height: 20px;padding: 30px 30px;border-radius: 10px;box-shadow: 0 5px 5px rgba(0,0,0,0.05);margin-top: -40px;}
.notice_6 .box .txtScrollTop{ width:100%; float: left;}
.notice_6 .box .txtScrollTop span{float: left;line-height: 20px;}
.notice_6 .box .txtScrollTop .hd{ overflow:hidden;padding:0;float: right;width: 20%;}
.notice_6 .box .txtScrollTop .hd .prev,
.notice_6 .box .txtScrollTop .hd .next{ display:block;  width:9px; height:5px; float:right; margin-left:5px; margin-top:8px;  overflow:hidden;cursor:pointer; background:url("/Public/Common/Images/icoUp.gif") no-repeat;}
.notice_6 .box .txtScrollTop .hd .next{ background:url("/Public/Common/Images/icoDown.gif") no-repeat;}
.notice_6 .box .txtScrollTop .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px;display: none;}
.notice_6 .box .txtScrollTop .hd ul li{ float:left;width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:#aaa;border-radius: 100%; }
.notice_6 .box .txtScrollTop .hd ul li.on{background: #b00 }
.notice_6 .box .txtScrollTop .bd{ width: 70%;float: left; padding-left: 10px; }
.notice_6 .box .txtScrollTop .infoList li{ height:20px; line-height:20px;float: left;width: 100%;overflow: hidden;}
.notice_6 .box .txtScrollTop .infoList li a{ float:left; font-size: 14px; }
.notice_6 .box .txtScrollTop .infoList li .date{ float:right; color:#aaa;font-size: 12px;}
@media (max-width: 1380px) {
.notice_6 .box{margin-top: 0;}
}
@media (max-width: 768px) {
.notice_6{height: 60px;}
.notice_6 .box{height: 60px;margin-top: 0;border-radius: 0;}
.notice_6 .box{padding: 20px;}
.notice_6 .box .txtScrollTop .infoList li a{ width: 100%;}
.notice_6 .box .txtScrollTop .infoList li .date{display: none;}
}

/* slogan_4*/
.slogan_4{width: 100%;float: left;background: #fff;padding:80px 0 30px;margin-top: -80px;}
.slogan_4 .box{width: 100%;float: left;}
.slogan_4 .box .li{float: left;font-style: normal;color: #000;width: 22%;border-right: 3px dashed #eee;margin-left: 3%;position: relative;}
.slogan_4 .box .li:nth-child(4){border-right: none;}
.slogan_4 .box .li i{float: left;position: absolute;}
.slogan_4 .box .li i .img{float: left;}
.slogan_4 .box .li b{line-height: 70px;font-size: 16px;font-weight: normal;color: #000;float: left;width: 100%;padding-left: 75px;}
@media (max-width: 1380px) {
	.slogan_4{width: 100%;float: left;background: #fff;padding:120px 0 30px;margin-top: -80px;}
}
@media (max-width: 768px) {
.slogan_4{width: 100%;float: left;background: #fff;padding-bottom:20px;display: none;}
.slogan_4 .box{width: 100%;float: left;padding: 20px 0;}
.slogan_4 .box .li{float: left;width: 100%;text-align: center;position: relative;margin: 0;border: none;border-bottom: 1px dashed #eee;padding-bottom: 10px;}
.slogan_4 .box .li i{width: 50px;float: left;position: absolute;left: 20px;top:0px;}
.slogan_4 .box .li i .img{float: none;display: inline-block;width: 50px;}
.slogan_4 .box .li b{line-height: 50px;font-size: 15px;font-weight: normal;color: #000;float: left;width: 100%;margin-top: 0;padding-left: 70px;text-align: left;}
}


/*superslide_team_03*/
.superslide_team_03{ float: left;width: 100%;background:#eee;background-attachment: fixed;position: relative;}
.superslide_team_03 .box{ width:100%; position:relative;float: left;padding: 0px 50px 0;text-align: center;}
.superslide_team_03 .box .bottom{float: left;width: 100%;line-height: 30px;color: #000;text-align: center;font-size: 14px;margin-bottom: 120px;padding: 0 10%;}
.superslide_team_03 .box .t{width:400px;font-size: 18px;color: #fff;margin-bottom: 60px;display: inline-block;}
.superslide_team_03 .box .t p{float: left;width:100%;text-align: center;height: 60px;margin-top: -60px;}
.superslide_team_03 .box .t p i{display: inline-block;width:400px;font-size: 20px;color: #fff;line-height: 60px;text-align: center;text-transform: uppercase;font-style: normal;height: 140px;background: #a80000;}
.superslide_team_03 .box .t em{float: left;width:100%;height: 4px;padding: 0 48%;margin-top: -4px;}
.superslide_team_03 .box .t em i{float: left;width:100%;height: 4px;background: #fff;}
.superslide_team_03 .box .t b{float: left;width:100%;font-size: 24px;color: #fff;line-height: 80px;font-weight: normal;text-align: center;background: #f90;}
.superslide_team_03 .box .b{float: left;width:100%;font-size: 18px;color: #fff;margin-bottom: 100px;text-align: center;color: #fff;}
.superslide_team_03 .box .hd{ overflow:hidden;height:50px;float: left;width: 100%;text-align: center;}
.superslide_team_03 .box .hd b{float: left;height: 50px;font-size: 16px;color: #d30;font-weight: normal;line-height: 50px; }
.superslide_team_03 .box .hd .prevStop{ background-position:-60px 0; }
.superslide_team_03 .box .hd .nextStop{ background-position:-60px -50px; }
.superslide_team_03 .box .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:15px; zoom:1;width: 100%;text-align: center; }
.superslide_team_03 .box .hd ul li{ display: inline-block; width:14px; height:14px; overflow:hidden; margin:0 7px; text-indent:-999px; cursor:pointer; background:#fff; border-radius: 14px;transition:0.5s;}
.superslide_team_03 .box .hd ul li.on{ width: 36px;background: #f90}
.superslide_team_03 .box .prev,
.superslide_team_03 .box .next{ display:block;  width:50px;  float:left; overflow:hidden; cursor:pointer;background:url("/Public/Common/Images/allBox_4.png") no-repeat 0 120px ;height: 350px;position: absolute;z-index: 100;left: 0}
.superslide_team_03 .box .next{ background-position:-50px 120px;float: right; position: absolute;z-index: 100;right: 0; left: auto;}
.superslide_team_03 .box .bd{ float: left;width:100%;margin: 0 0 20px;overflow: hidden;padding: 0px 100px;}
.superslide_team_03 .box .bd ul{ overflow:hidden; zoom:1;float: left;width: 100%; }
.superslide_team_03 .box .bd ul li{float: left;width: 33.333%;cursor: pointer;}
.superslide_team_03 .box .bd ul li a{float: left;width: 100%;padding: 40px 20% 10px;position: relative;background: #ddd;border-right: 10px solid #eee;border-left: 10px solid #eee}
.superslide_team_03 .box .bd ul li a .link{float: left;width: 100%;padding:0;transition: 0.3s;overflow: hidden;z-index: 2;position: absolute;text-align: center;left: 0;padding-top: 35%;top: 0;opacity: 0;}
.superslide_team_03 .box .bd ul li a .link img{}
.superslide_team_03 .box .bd ul li a .img{float: left;width: 100%;padding:0;background: #fff;transition: 0.3s;border-radius: 100%;overflow: hidden;}
.superslide_team_03 .box .bd ul li a .img img{float: left;width: 100%;padding:0;transition: 0.3s;border-radius: 100%;overflow: hidden;}
.superslide_team_03 .box .bd ul li a b{float: left;width: 100%;line-height: 60px;font-size: 16px;font-weight: bold;color: #333;margin-top: 10px;}
.superslide_team_03 .box .bd ul li a p{float: left;width: 100%;line-height: 20px;font-size: 13px;font-weight: normal;color: #333;height: 80px;}
.superslide_team_03 .box .bd ul li:hover a .img{background: #000;}
.superslide_team_03 .box .bd ul li:hover a .img img{opacity: 0.2;}
.superslide_team_03 .box .bd ul li:hover a .link{opacity: 1;}
@media (max-width: 768px) {
  .superslide_team_03{display: none;}
}
.superslide_team_03_m{ float: left;width: 100%;background: url(/Public/Common/Images/team.jpg) no-repeat center top;display: none;}
.superslide_team_03_m .box{ width:100%;  overflow:hidden; position:relative;float: left;padding: 0px 0px 0;}
.superslide_team_03_m .box .t{width:100%;margin-bottom:20px;float: left;text-align: center;text-transform: uppercase;color: #fff;}
.superslide_team_03_m .box .t p{float: left;width:100%;height: 50px;}
.superslide_team_03_m .box .t p i{display: inline-block;width:100%;font-size: 16px;line-height: 50px;font-style: normal;background: #a80000;}
.superslide_team_03_m .box .t em{float: left;width:100%;height: 4px;padding: 0 45%;margin-top: -4px;}
.superslide_team_03_m .box .t em i{float: left;width:100%;height: 4px;background: #fff;}
.superslide_team_03_m .box .t b{float: left;width:100%;font-size: 20px;line-height: 60px;font-weight: normal;background: #f90;}
.superslide_team_03_m .box .hd{ overflow:hidden;  height:50px;float: left;width: 100%;text-align: center;margin-bottom: 20px;}
.superslide_team_03_m .box .hd b{float: left;height: 50px;font-size: 16px;color: #d30;font-weight: normal;line-height: 50px; }
.superslide_team_03_m .box .hd .prevStop{ background-position:-60px 0; }
.superslide_team_03_m .box .hd .nextStop{ background-position:-60px -50px; }
.superslide_team_03_m .box .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:15px; zoom:1;width: 100%;text-align: center; }
.superslide_team_03_m .box .hd ul li{ display: inline-block; width:16px; height:16px; overflow:hidden; margin:0 5px; text-indent:-999px; cursor:pointer; background:#fff; border-radius: 100%;}
.superslide_team_03_m .box .hd ul li.on{background: #f90}
.superslide_team_03_m .box .prev,
.superslide_team_03_m .box .next{ display:block;  width:50px;  float:left; overflow:hidden; cursor:pointer; background:url("/Public/Common/Images/allBox_4.png") no-repeat 0 50px;height: 200px;margin-left: 40px;}
.superslide_team_03_m .box .next{ background-position:-50px 50px;float: right;margin-right: 40px;  }
.superslide_team_03_m .box .bd{ float: left;width:100%;margin: 0;overflow: hidden;padding: 0px 15px;}
.superslide_team_03_m .box .bd ul{ overflow:hidden; zoom:1;float: left;width: 100%; }
.superslide_team_03_m .box .bd ul li{float: left;width: 50%;text-align: center;color: #555;cursor: pointer;}
.superslide_team_03_m .box .bd ul li .img{float: left;width: 100%;padding: 0 4%;}
.superslide_team_03_m .box .bd ul li .img img{float: left;width: 100%;padding:8px 8px 0;border-radius: 100%;}
.superslide_team_03_m .box .bd ul li .info{float: left;width: 100%;padding: 0 4%;}
.superslide_team_03_m .box .bd ul li .info .text{float: left;width: 100%;}
.superslide_team_03_m .box .bd ul li .info .text span{float: left;line-height: 30px;font-size: 13px;width: 100%;margin: 0 0 10px;color: #666;}
.superslide_team_03_m .box .bd ul li .info .text h3{float: left;line-height: 40px;font-size: 16px;width: 100%;margin:10px 0 0;color: #000;font-weight: bold;}
.superslide_team_03_m .box .bd ul li .info .text em{width: 100%;padding: 0 45%;height: 3px;float: left;margin:5px 0;}
.superslide_team_03_m .box .bd ul li .info .text em i{width: 100%;height: 3px;background: #000;float: left;}
@media (max-width: 768px) {
.superslide_team_03_m{display: block;}
}


/*superslide_students_03*/
.superslide_students_03{ float: left;width: 100%;background:#fff;padding-bottom: 60px;}
.superslide_students_03 .box{ width:100%; position:relative;float: left;text-align: center;}
.superslide_students_03 .box .t{width:400px;font-size: 18px;color: #fff;margin-bottom: 60px;display: inline-block;}
.superslide_students_03 .box .t p{float: left;width:100%;text-align: center;height: 60px;margin-top: -60px;}
.superslide_students_03 .box .t p i{display: inline-block;width:400px;font-size: 20px;color: #fff;line-height: 60px;text-align: center;text-transform: uppercase;font-style: normal;height: 140px;background: #a80000;}
.superslide_students_03 .box .t em{float: left;width:100%;height: 4px;padding: 0 48%;margin-top: -4px;}
.superslide_students_03 .box .t em i{float: left;width:100%;height: 4px;background: #fff;}
.superslide_students_03 .box .t b{float: left;width:100%;font-size: 24px;color: #fff;line-height: 80px;font-weight: normal;text-align: center;background: #f90;}
.superslide_students_03 .box .bs{float: left;width:100%;}
.superslide_students_03 .box .bs .l{float: left;width:28%;border-right: 2px solid #f4f4f4;padding-right: 50px;}
.superslide_students_03 .box .bs .l b{float: left;width: 100%;font-size:104px;font-weight: bold;color: #f90;font-family: impact;line-height: 120px;margin-bottom: 5px;}
.superslide_students_03 .box .bs .l i{float: left;width: 100%;background: #f90;font-size: 30px;text-align: center;color: #fff;line-height: 50px;font-style: normal;margin-bottom: 15px;}
.superslide_students_03 .box .bs .l span{float: left;width: 100%;text-align: right;line-height: 50px;font-size: 46px;color: #ddd;}
.superslide_students_03 .box .bs .r{float: right;width:70%;}
.superslide_students_03 .box .bs .r .hd{ overflow:hidden;height:50px;float: left;width: 100%;text-align: center;}
.superslide_students_03 .box .bs .r .hd b{float: left;height: 50px;font-size: 16px;color: #d30;font-weight: normal;line-height: 50px; }
.superslide_students_03 .box .bs .r .hd .prevStop{ background-position:-60px 0; }
.superslide_students_03 .box .bs .r .hd .nextStop{ background-position:-60px -50px; }
.superslide_students_03 .box .bs .r .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:15px; zoom:1;width: 100%;text-align: center; }
.superslide_students_03 .box .bs .r .hd ul li{ display: inline-block; width:14px; height:14px; overflow:hidden; margin:0 7px; text-indent:-999px; cursor:pointer; background:#eee; border-radius: 14px;transition:0.5s;}
.superslide_students_03 .box .bs .r .hd ul li.on{ width: 36px;background: #f90}
.superslide_students_03 .box .bs .r .prev,
.superslide_students_03 .box .bs .r .next{ display:block;  width:50px;  float:left; overflow:hidden; cursor:pointer; background:url("/Public/Common/Images/allBox_4.png") no-repeat 0 50px;height: 200px;margin-left: 40px;}
.superslide_students_03 .box .bs .r .next{ background-position:-50px 50px;float: right;margin-right: 40px;  }
.superslide_students_03 .box .bs .r .bd{ float: left;width:100%;margin: 0 0px;padding: 0px 0;}
.superslide_students_03 .box .bs .r .bd ul{ overflow:hidden; zoom:1;float: left;width: 100%; }
.superslide_students_03 .box .bs .r .bd ul li{float: left;width: 33.333%;cursor: pointer;}
.superslide_students_03 .box .bs .r .bd ul li .bs{float: left;width: 100%;padding: 0 0 20px 30px;}
.superslide_students_03 .box .bs .r .bd ul li .bs a{float: left;width: 100%;position: relative;border-radius: 0 0 10px 10px;box-shadow: 0 10px 10px rgba(0,0,0,0.05);transition: 0.3s;}
.superslide_students_03 .box .bs .r .bd ul li .bs a .link{float: left;width: 100%;padding:0;transition: 0.3s;overflow: hidden;z-index: 2;position: absolute;text-align: center;left: 0;padding-top: 25%;top: 0;opacity: 0;border-radius: 10px;}
.superslide_students_03 .box .bs .r .bd ul li .bs a .link img{}
.superslide_students_03 .box .bs .r .bd ul li .bs a .img{float: left;width: 100%;padding:0;background: #fff;transition: 0.3s;overflow: hidden;border-radius: 10px;}
.superslide_students_03 .box .bs .r .bd ul li .bs a .img img{float: left;width: 100%;padding:0;transition: 0.3s;overflow: hidden;}
.superslide_students_03 .box .bs .r .bd ul li .bs a .te{float: left;width: 100%;position: relative;z-index: 2;height: 120px;padding:10px 20px 20px;text-align: left;}
.superslide_students_03 .box .bs .r .bd ul li .bs a .te b{float: left;width: 100%;line-height: 40px;font-size: 16px;}
.superslide_students_03 .box .bs .r .bd ul li .bs a .te p{float: left;width: 100%;line-height: 20px;font-size: 13px;}
.superslide_students_03 .box .bs .r .bd ul li:hover .bs a{box-shadow: 0 10px 10px rgba(0,0,0,0.1);}
.superslide_students_03 .box .bs .r .bd ul li:hover .bs a .img{background: #000;}
.superslide_students_03 .box .bs .r .bd ul li:hover .bs a .img img{opacity: 0.2;}
.superslide_students_03 .box .bs .r .bd ul li:hover .bs a .link{opacity: 1;}
@media (max-width: 768px) {
  .superslide_students_03{display: none;}
}
.superslide_students_03_m{float: left;width: 100%;background:#fff;display: none;}
.superslide_students_03_m .box{ width:100%;  overflow:hidden; position:relative;float: left;padding:0;}
.superslide_students_03_m .box .t{width:100%;margin-bottom:20px;float: left;text-align: center;text-transform: uppercase;color: #fff;}
.superslide_students_03_m .box .t p{float: left;width:100%;height: 50px;}
.superslide_students_03_m .box .t p i{display: inline-block;width:100%;font-size: 16px;line-height: 50px;font-style: normal;background: #a80000;}
.superslide_students_03_m .box .t em{float: left;width:100%;height: 4px;padding: 0 45%;margin-top: -4px;}
.superslide_students_03_m .box .t em i{float: left;width:100%;height: 4px;background: #fff;}
.superslide_students_03_m .box .t b{float: left;width:100%;font-size: 20px;line-height: 60px;font-weight: normal;background: #f90;}
.superslide_students_03_m .box .hd{ overflow:hidden;  height:30px;float: left;width: 100%;text-align: center;margin-top: 10px;margin-bottom: 10px;}
.superslide_students_03_m .box .hd b{float: left;height: 30px;font-size: 16px;color: #d30;font-weight: normal;line-height: 50px; }
.superslide_students_03_m .box .hd .prevStop{ background-position:-60px 0; }
.superslide_students_03_m .box .hd .nextStop{ background-position:-60px -50px; }
.superslide_students_03_m .box .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:0; zoom:1;width: 100%;text-align: center; }
.superslide_students_03_m .box .hd ul li{ display: inline-block; width:16px; height:16px; overflow:hidden; margin:0 5px; text-indent:-999px; cursor:pointer;border-radius: 100%;background: #eee}
.superslide_students_03_m .box .hd ul li.on{ opacity: 1;background: #f90}
.superslide_students_03_m .box .prev,
.superslide_students_03_m .box .next{ display:block;  width:50px;  float:left; overflow:hidden; cursor:pointer; background:url("/Public/Common/Images/allBox_4.png") no-repeat 0 50px;height: 200px;margin-left: 40px;}
.superslide_students_03_m .box .next{ background-position:-50px 50px;float: right;margin-right: 40px;  }
.superslide_students_03_m .box .bd{ float: left;width:100%;margin: 0 0px;overflow: hidden;padding: 0px 15px;}
.superslide_students_03_m .box .bd ul{ overflow:hidden; zoom:1;float: left;width: 100%; }
.superslide_students_03_m .box .bd ul li{float: left;width: 100%;text-align: center;color: #555;cursor: pointer;}
.superslide_students_03_m .box .bd ul li .img{float: left;width: 100%;padding:0 5px 0;}
.superslide_students_03_m .box .bd ul li .img img{float: left;width: 100%;background: #fff;border-radius: 10px 10px 0 0;overflow: hidden;}
.superslide_students_03_m .box .bd ul li .info{float: left;width: 100%;padding: 0 5px 20px;}
.superslide_students_03_m .box .bd ul li .info .text{float: left;width: 100%;background: #fff;border-radius: 0 0 10px 10px;box-shadow: 0 10px 10px rgba(0,0,0,0.05);position: relative;padding: 15px;text-align: left;}
.superslide_students_03_m .box .bd ul li .info .text p{float: left;line-height: 20px;font-size: 13px;width: 100%;margin: 0 0 10px;color: #666;}
.superslide_students_03_m .box .bd ul li .info .text h3{float: left;line-height: 30px;font-size: 16px;width: 100%;margin:10px 0 5px;color: #000;font-weight: bold;}
@media (max-width: 768px) {
.superslide_students_03_m{display: block;}
}


.superslideFree{float: left;width: 100%;}
.superslideFree .hd{ overflow:hidden;  height:30px;float: left;width: 100%;text-align: center;margin-top: 15px;}
.superslideFree .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:0; zoom:1;width: 100%;text-align: center; }
.superslideFree .hd ul li{ display: inline-block; width:14px; height:14px; overflow:hidden; margin:0 5px; text-indent:-999px; cursor:pointer;border-radius: 14px;background: #eee;transition:0.5s;}
.superslideFree .hd ul li.on{ opacity: 1;background: #f90;width: 30px;}
.superslideFree .bd{ float: left;width:100%;margin: 0 0px;overflow: hidden;}
.superslideFree .bd ul{ overflow:hidden; zoom:1;float: left;width: 100%; }
.superslideFree .bd ul li{float: left;width: 100%;text-align: center;color: #555;cursor: pointer;}
.superslideFree .bd ul li .img{float: left;width: 100%;padding:0 5px 0;}
.superslideFree .bd ul li .img img{float: left;width: 100%;background: #fff;border-radius: 10px;overflow: hidden;}














/*addressNav_3*/
.addressNav_3{float: left;width: 100%;}
.addressNav_3 .box{float: left;width: 100%;height: 60px;color: #888;background: #f4f4f4;padding: 0 30px;line-height: 60px;}
.addressNav_3 .box b{float: left;font-weight: normal;}
.addressNav_3 .box a{float: left;color: #888;}
.addressNav_3 .box span{float: left;color: #aaa;padding: 0 10px;}
@media (max-width: 768px) {
.addressNav_3{display: none;}
}

/* casesPageHead */
.casesPageHead{float: left;width:100%;font-size:13px;margin-bottom: 60px;background: #fff;border-bottom: 1px solid #eee;}
.casesPageHead ul{float: left;width:100%;}
.casesPageHead ul li{width:100%;overflow:hidden;clear:both;transition:0.5s;padding: 60px 0;}
.casesPageHead ul li .img{width:30%;float: left;margin: 0;overflow: hidden;}
.casesPageHead ul li .img img{width:100%;float: left;transition:0.5s;}
.casesPageHead ul li .lir{width: 65%;padding: 0 50px;float: left;transition:0.5s;}
.casesPageHead ul li .lir .tt{width: 100%;float: right;font-size: 24px;font-weight: normal;line-height: 40px;color: #333;transition:0.5s;margin-bottom: 15px;}
.casesPageHead ul li .lir .desc{width: 100%;float: right;line-height: 44px;color: #666;font-size: 13px;transition:0.5s;margin: 0 0 20px;}
.casesPageHead ul li .lir p{width: 100%;float: right;font-size: 13px;color: #666;line-height: 26px;transition:0.5s;border-bottom: 1px solid #eee;margin: 0 0 20px;padding: 0 0 20px;}
.casesPageHead ul li .lir .see{float: left;font-size: 16px;line-height: 50px;transition:0.5s;border-radius: 50px;padding: 0 80px;background: #000;color: #fff;box-shadow: 0 10px 10px #ccc;}
.casesPageHead ul li:hover .lir .see{border-radius: 0;background: #f90;}
@media (max-width: 768px) {
.casesPageHead{float: left;width:100%;font-size:13px;margin-bottom: 25px;background: #fff;box-shadow: 0 10px 10px #eee;}
.casesPageHead ul{float: left;width:100%;padding:0 25px;}
.casesPageHead ul li{width:100%;overflow:hidden;clear:both;transition:0.5s;padding: 25px 0 35px;}
.casesPageHead ul li .img{width:100%;float: left;margin: 0;overflow: hidden;}
.casesPageHead ul li .img img{width:100%;float: left;transition:0.5s;}
.casesPageHead ul li .lir{width: 100%;padding: 0px;float: left;transition:0.5s;}
.casesPageHead ul li .lir .tt{width: 100%;float: right;font-size:18px;font-weight: normal;line-height: 40px;color: #333;transition:0.5s;margin-top: 15px;}
.casesPageHead ul li .lir .desc{width: 100%;float: right;line-height: 44px;color: #666;font-size: 13px;transition:0.5s;margin: 0 0 10px;}
.casesPageHead ul li .lir p{width: 100%;float: right;font-size: 13px;color: #666;line-height: 26px;transition:0.5s;border-bottom: 1px solid #eee;margin: 0 0 10px;padding: 0 0 20px;}
.casesPageHead ul li .lir .see{float: left;font-size: 16px;line-height: 44px;transition:0.5s;border-radius: 44px;padding: 0 0px;background: #000;color: #fff;box-shadow: 0 10px 10px #ccc;text-align: center;width: 100%;}
.casesPageHead ul li:hover .lir .see{border-radius: 0;background: #f90;}
}

/* 文档内容页 */
.casesPage{float: left;width: 100%;margin-bottom: 30px;}
.casesPage .box{float: left;width: 100%;background: #fff;padding: 0px 0 40px;}
.casesPage .box .hr{float: left;width: 100%;background: #eee;height: 1px;margin: 25px 0;}
.casesPage .box h1{float: left;width: 100%;line-height:60px;font-size: 24px;color: #333;}
.casesPage .box .b{float: left;width: 100%;line-height:26px;font-size: 14px;color: #333;font-weight: bold;}
.casesPage .box .info{float: left;width: 100%;line-height: 20px;color: #ddd;margin-bottom: 20px;}
.casesPage .box .info a{color: #ddd;}
.casesPage .box .text{float: left;width: 100%;line-height: 30px;font-size: 17px;margin:0px 0 0 ;padding: 0;color: #444;}
.casesPage .box .text p{float: left;width: 100%;line-height: 30px;font-size: 17px;margin: 0;padding: 0;}
.casesPage .box .text hr{float: left;width: 100%;border: none;border-top: 1px solid #eee;margin: 20px 0;}
.casesPage .box .text p img{max-width: 100%;}
.casesPage .box .text img{max-width: 100%;}
@media (max-width: 768px) {
.casesPage{margin-bottom: 20px;}
.casesPage .box{padding: 25px;}
.casesPage .box h1{line-height:20px;font-size: 18px;margin-bottom: 15px;}
}

/* indexBd_04 */
.indexBd_04{float: left;width: 100%;height: 380px;margin-bottom: 60px;}
.indexBd_04 .box{width: 100%;float: left;background: url(/Public/Common/Images/bd.jpg) no-repeat center top;height: 380px;padding: 100px 0 0 100px;border-radius: 20px;}
.indexBd_04 .box .l{width: 50%;float: left;}
.indexBd_04 .box .l p{width: 100%;float: left;line-height: 60px;font-size:24px;color: #000;padding:0px 0 0px;opacity: 1;position: relative;transition:0.3s;}
.indexBd_04 .box .l span{width: 100%;float: left;line-height: 40px;font-size: 18px;color: #666;position: relative;transition:1s;height: 60px;text-transform: uppercase;}
.indexBd_04 .box .l a{float: left;;height: 64px;border-radius: 6px;color: #fff;padding: 0 80px;line-height: 64px;font-size: 18px;background: #f90;transition:0.5s;margin-top: 5px;}
.indexBd_04 .box .l a:hover{background: #f60;color: #fff;border-radius: 0 20px 0 0;box-shadow: 0 10px 10px rgba(0,0,0,0.1);margin-top: 0;}
@media (max-width: 768px) {
.indexBd_04{float: left;width: 100%;height: 200px;padding:0 30px;}
.indexBd_04 .box{width: 100%;float: left;background: url(/Public/Common/Images/bd2.jpg) no-repeat right top;height: 200px;padding: 30px 0 0 30px;background-size: 480px;}
.indexBd_04 .box .l{width: 60%;float: left;}
.indexBd_04 .box .l p{width: 100%;float: left;line-height: 40px;font-size:18px;color: #000;padding:0px 0 0px;opacity: 1;position: relative;transition:0.3s;}
.indexBd_04 .box .l span{width: 100%;float: left;line-height:24px;font-size: 13px;color: #666;position: relative;transition:1s;height: 60px;text-transform: uppercase;}
.indexBd_04 .box .l a{float: left;;height: 36px;border-radius: 4px;color: #fff;padding: 0 20px;line-height: 36px;font-size: 14px;background: #f90;transition:0.5s;margin-top: 0;}
.indexBd_04 .box .l a:hover{background: #f60;color: #fff;border-radius: 0 20px 0 0;box-shadow: 0 10px 10px rgba(0,0,0,0.1);margin-top: 0;}
}

/*popubVideoVime*/
.popubVideoVime{float: left;width: 100%;background: #f4f4f4;padding-bottom: 140px;position: relative;}
.popubVideoVime .c{width: 100%;float: left;border-top: 1px solid #eee;text-align: center;}
.popubVideoVime .c .t{width:400px;font-size: 18px;color: #fff;margin-bottom: 60px;display: inline-block;}
.popubVideoVime .c .t p{float: left;width:100%;text-align: center;height: 60px;margin-top: -60px;}
.popubVideoVime .c .t p i{display: inline-block;width:400px;font-size: 20px;color: #fff;line-height: 60px;text-align: center;text-transform: uppercase;font-style: normal;height: 140px;background: #a80000;}
.popubVideoVime .c .t em{float: left;width:100%;height: 4px;padding: 0 48%;margin-top: -4px;}
.popubVideoVime .c .t em i{float: left;width:100%;height: 4px;background: #fff;}
.popubVideoVime .c .t b{float: left;width:100%;font-size: 24px;color: #fff;line-height: 80px;font-weight: normal;text-align: center;background: #f90;}
.popubVideoVime .c .box{width: 100%;;float: left;text-align: left;}
.popubVideoVime .c .box .l{float: left;width: 40%;}
.popubVideoVime .c .box .l img{float: left;box-shadow: 0 10px 10px rgba(0,0,0,0.1);}
.popubVideoVime .c .box .r{float: left;width: 60%;padding-left: 20px;}
.popubVideoVime .c .box .r .about{float: left;width: 100%;}
.popubVideoVime .c .box .r .about b{float: left;width: 100%;line-height: 70px;font-size: 40px;text-transform: uppercase;color: #f90;margin-bottom: 5px;}
.popubVideoVime .c .box .r .about i{float: left;width: 100%;height: 8px;margin: 20px 0 0;}
.popubVideoVime .c .box .r .about i em{float: left;width: 50px;height: 8px;background: #444;}
.popubVideoVime .c .box .r .about p{float: left;width: 100%;line-height: 30px;margin: 20px 0 20px;font-size: 15px;}
.popubVideoVime .c .box .r .honor{float: left;width: 100%;display: none;}
.popubVideoVime .c .box .r .honor b{float: left;width: 100%;margin-bottom: 17px;}
.popubVideoVime .c .box .r .honor b strong{float: left;line-height: 30px;font-size: 24px;margin-right: 10px;}
.popubVideoVime .c .box .r .honor b i{float: left;line-height: 30px;font-size: 28px;font-weight: normal;font-style: normal;color: #ddd;}
.popubVideoVime .c .box .r .honor a{float: left;width: 22.75%;margin-right: 3%;position: relative;border-radius: 6px;overflow: hidden;box-shadow: 0 5px 5px rgba(0,0,0,0.05);overflow: hidden;}
.popubVideoVime .c .box .r .honor a:hover p{background: rgba(0,0,0,0.8);}
.popubVideoVime .c .box .r .honor a:last-child{margin-right: 0;}
.popubVideoVime .c .box .r .honor a p{float: left;width: 100%;position: absolute;background: rgba(0,0,0,0.4);border-radius: 6px;transition:0.5s;}
.popubVideoVime .c .box .r .honor a p span{float: left;width: 100%;padding:30px 15px 0;color: #fff;line-height: 20px;text-align: center;}
.popubVideoVime .c .box .r .honor a img{float: left;width: 100%;}
.pupub_videoVime_bg{width: 100%;height: 100%;background:rgba(0,0,0,0.7);position: fixed;z-index: 9997;display: none;}
.pupub_videoVime{position: fixed;display: none;padding: 0px 30%;z-index: 9998;top: 200px;left: 0;width: 100%;}
.pupub_videoVime .box{float: left;width: 100%;background: #fff;position: relative;}
.pupub_videoVime .box .closes{height: 64px;width: 64px;right: 0px;top: -10px;position: absolute;text-align: center;z-index: 2;}
.pupub_videoVime .box .closes img{float: left;margin: 20px;width: 24px;transition:All 0.4s ease-in-out;-webkit-transition:All 0.4s ease-in-out;-moz-transition:All 0.4s ease-in-out;-o-transition:All 0.4s ease-in-out;}
.pupub_videoVime .box .closes:hover img{transform:rotate(360deg);-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);-ms-transform:rotate(360deg);}
.pupub_videoVime .box .c{float: left;width: 100%;padding:0px;position: relative;z-index: 1;}
@media (max-width: 768px) {
.popubVideoVime{padding-bottom: 0;}
.popubVideoVime .c .t{width:100%;margin-bottom:20px;float: left;text-align: center;text-transform: uppercase;color: #fff;}
.popubVideoVime .c .t p{float: left;width:100%;height: 50px;margin: 0;}
.popubVideoVime .c .t p i{display: inline-block;width:100%;font-size: 16px;line-height: 50px;font-style: normal;background: #a80000;height: auto;float: left;}
.popubVideoVime .c .t em{float: left;width:100%;height: 4px;padding: 0 45%;margin-top: -4px;}
.popubVideoVime .c .t em i{float: left;width:100%;height: 4px;background: #fff;}
.popubVideoVime .c .t b{float: left;width:100%;font-size: 20px;line-height: 60px;font-weight: normal;background: #f90;}
.popubVideoVime .c .box{width: 100%;;float: left;padding: 20px;}
.popubVideoVime .c .box .l{float: left;width: 100%;}
.popubVideoVime .c .box .l img{float: left;box-shadow: 0 10px 10px rgba(0,0,0,0.1);width: 100%;}
.popubVideoVime .c .box .r{float: left;width:100%;padding:20px 0 0px;}
.popubVideoVime .c .box .r .about{float: left;width: 100%;}
.popubVideoVime .c .box .r .about b{float: left;width: 100%;line-height: 40px;font-size: 24px;text-transform: uppercase;color: #f90;margin-bottom: 0px;}
.popubVideoVime .c .box .r .about i{float: left;width: 100%;height: 6px;margin: 20px 0 0;}
.popubVideoVime .c .box .r .about i em{float: left;width: 40px;height: 6px;background: #444;}
.popubVideoVime .c .box .r .about p{float: left;width: 100%;line-height: 26px;margin: 20px 0 20px;font-size: 13px;}
.popubVideoVime .c .box .r .honor{float: left;width: 100%;}
.popubVideoVime .c .box .r .honor b{float: left;width: 100%;margin-bottom: 17px;}
.popubVideoVime .c .box .r .honor b strong{float: left;line-height: 30px;font-size: 24px;margin-right: 10px;}
.popubVideoVime .c .box .r .honor b i{float: left;line-height: 30px;font-size: 24px;font-weight: normal;font-style: normal;color: #ddd;}
.popubVideoVime .c .box .r .honor a{float: left;width: 48%;margin-right:0;margin-bottom: 12px;}
.popubVideoVime .c .box .r .honor a:nth-child(2n){float: right;}
.popubVideoVime .c .box .r .honor a p{float: left;width: 100%;position: absolute;background: rgba(0,0,0,0.4);}
.popubVideoVime .c .box .r .honor a p span{float: left;width: 100%;padding:30px 15px 0;color: #fff;line-height: 20px;text-align: center;}
.popubVideoVime .c .box .r .honor a img{float: left;width: 100%;}
.pupub_videoVime{position: fixed;display: none;padding:0;z-index: 9998;top: 0px;left: 0;width: 100%;height: 100%;}
.pupub_videoVime .box{float: left;width: 100%;background: #fff;position: relative;}
.pupub_videoVime .box .closes{height: 64px;width: 64px;right: 0px;top: -10px;position: absolute;text-align: center;}
.pupub_videoVime .box .closes img{float: left;margin: 20px;width: 24px;transition:All 0.4s ease-in-out;-webkit-transition:All 0.4s ease-in-out;-moz-transition:All 0.4s ease-in-out;-o-transition:All 0.4s ease-in-out;}
.pupub_videoVime .box .closes:hover img{transform:rotate(360deg);-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);-ms-transform:rotate(360deg);}
.pupub_videoVime .box .c{float: left;width: 100%;padding:0px;}
}




/* 文档内容页 */
.goodPageShow{float: left;width: 100%;z-index: 333;position: relative;}
.goodPageShow .box{float: left;width: 100%;background: #fff;padding: 60px 100px;}
.goodPageShow .box .address{float: left;width: 100%;height: 60px;color: #888;background: #f4f4f4;padding: 0 30px;line-height: 60px;}
.goodPageShow .box .address b{float: left;font-weight: normal;}
.goodPageShow .box .address a{float: left;color: #888;}
.goodPageShow .box .address span{float: left;color: #aaa;padding: 0 10px;}
.goodPageShow .box .tops{width:100%;overflow:hidden;clear:both;transition:0.5s;padding: 60px 0;border-bottom: 1px dashed #ddd;margin-bottom: 60px;}
.goodPageShow .box .tops .img{width:30%;float: left;margin: 0;overflow: hidden;}
.goodPageShow .box .tops .img img{width:100%;float: left;transition:0.5s;}
.goodPageShow .box .tops .lir{width: 65%;padding: 0 50px;float: left;transition:0.5s;}
.goodPageShow .box .tops .lir .tt{width: 100%;float: right;font-size: 24px;font-weight: normal;line-height: 40px;color: #333;transition:0.5s;padding-top: 15px;}
.goodPageShow .box .tops .lir h3{width: 100%;float: right;font-size: 14px;font-weight: normal;line-height: 30px;color: #aaa;transition:0.5s;margin-bottom:5px;}
.goodPageShow .box .tops .lir .desc{width: 100%;float: right;line-height: 44px;color: #666;font-size: 13px;transition:0.5s;margin: 0 0 30px;}
.goodPageShow .box .tops .lir .desc i{float: left;width: 24px;height: 24px;background: #ddd;border-radius: 100%;margin: 0 12px 0 0;box-shadow: 0 0 5px rgba(0,0,0,0.3);border: 1px solid #fff;}
.goodPageShow .box .tops .lir p{width: 100%;float: right;font-size: 13px;color: #666;line-height: 26px;transition:0.5s;border-bottom: 1px dashed #eee;margin: 0 0 20px;padding: 0 0 20px;}
.goodPageShow .box .tops .lir .see{float: left;font-size: 16px;line-height: 50px;transition:0.5s;padding: 0 80px 0 40px;color: #000;border: 1px solid #000;border-right-width: 20px;}
.goodPageShow .box .tops:hover .lir .see{border-color: #f90;color: #f90;padding: 0 100px 0 40px;}
.goodPageShow .box .text{float: left;width: 100%;line-height: 30px;font-size: 17px;margin:0px 0 0 ;padding: 0;color: #444;}
.goodPageShow .box .text p{float: left;width: 100%;line-height: 30px;font-size: 17px;margin: 0;padding: 0;}
.goodPageShow .box .text hr{float: left;width: 100%;border: none;border-top: 1px solid #eee;margin: 20px 0;}
.goodPageShow .box .text p img{max-width: 100%;}
.goodPageShow .box .text img{max-width: 100%;}
@media (max-width: 768px) {
.goodPageShow{float: left;width: 100%;;z-index: 333;position: relative;padding: 20px;}
.goodPageShow .box{float: left;width: 100%;background: no-repeat;padding: 0;box-shadow: none;border: none;}
.goodPageShow .box .address{display: none;}
.goodPageShow .box .tops{width:100%;overflow:hidden;clear:both;transition:0.5s;background: #fff;border-bottom: none;padding: 0;margin-bottom: 20px;}
.goodPageShow .box .tops .img{width:100%;float: left;margin: 0;overflow: hidden;padding: 0 15%;}
.goodPageShow .box .tops .img img{width:100%;float: left;transition:0.5s;}
.goodPageShow .box .tops .lir{width: 100%;padding: 0px;float: left;transition:0.5s;text-align: center;}
.goodPageShow .box .tops .lir .tt{width: 100%;float: right;font-size:18px;font-weight: normal;line-height: 40px;color: #333;transition:0.5s;margin-top: 0;}
.goodPageShow .box .tops .lir .desc{width: 100%;float: right;line-height: 44px;color: #666;font-size: 13px;transition:0.5s;margin: 0 0 0px;text-align: center;}
.goodPageShow .box .tops .lir .desc i{float: none;width: 20px;height: 20px;background: #ddd;border-radius: 100%;margin: 0 12px 0 0;box-shadow: 0 0 5px rgba(0,0,0,0.3);border: 1px solid #fff;display: inline-block;}
.goodPageShow .box .tops .lir p{width: 100%;float: right;font-size: 13px;color: #666;line-height: 26px;transition:0.5s;border-bottom: none;margin: 0;padding: 0 0 10px;}
.goodPageShow .box .tops:hover .lir .see{border-radius: 0;background: #f90;}
.goodPageShow .box .tops .lir .see{float: left;font-size: 16px;line-height: 50px;transition:0.5s;padding: 0;color: #000;border: 1px solid #000;border-right-width: 20px;width: 100%;text-align: center;}
.goodPageShow{margin-bottom: 20px;}
}


/*zdjg*/
.zdjg{float: left;width: 100%;padding: 80px 0px 200px;overflow: hidden;background: #eee;}
.zdjg.on .box img{opacity: 1;}
.zdjg .box{ float: left;width: 100%;text-align: center;}
.zdjg .box img{max-width: 100%;transition:0.5s;opacity: 0;}
@media (max-width: 768px) {
.zdjg{float: left;width: 100%;padding: 30px 0px 20px;overflow: hidden;background: #eee;}
.zdjg .box{ padding: 0 15px;}
}

/*casesul*/
.casesul{float: left;width: 100%;margin:0 0 0;}
.casesul li{float: left;width:31%;margin: 0 3.5% 30px 0;position: relative;padding: 0 0 20px;transition:0.5s;background: #f4f4f4;text-align: center;}
.casesul li:nth-child(3n){margin-right: 0;}
.casesul li:hover{background: #f90;}
.casesul li:hover .img img{opacity: 0.2;}
.casesul li:hover .tit{color: #fff;}
.casesul li:hover .tag{opacity: 1;padding-top: 26%;}
.casesul li:hover p{color: #fff;}
.casesul li .tag{float: left;width:100%;position: absolute;z-index: 1;padding: 0% 44% 0;opacity: 0;transition:0.5s;left: 0;}
.casesul li .tag img{float: left;}
.casesul li .img{float: left;width:100%;padding:0;background: #000;}
.casesul li .img img{float: left;width:100%;transition:0.5s;}
.casesul li .tit{float: left;width:100%;line-height: 34px;color: #333;overflow: hidden;font-size: 16px;padding:0px 15px 0;margin-top: 15px;transition:0.5s;}
.casesul li p{float: left;width:100%;color: #666;padding:0px 15px 0;line-height: 24px;height: 24px;overflow: hidden;transition:0.5s;}
@media (max-width: 992px) {
.casesul{float: left;width: 100%;margin-bottom:0px;padding:0px 0 0;margin-top: 20px;}
.casesul li{float: left;width:100%;margin: 0 0 20px 0;position: relative;padding: 0 0px 20px;background: #f4f4f4;transition:0.5s;}
.casesul li:hover{background: #f90;}
.casesul li:hover .tit{color: #fff;}
.casesul li:hover p{color: #fff;}
.casesul li .img{float: left;width:100%;padding: 0 0%;}
.casesul li .img img{float: left;width:100%;}
.casesul li .tit{float: left;width:100%;line-height: 44px;color: #222;overflow: hidden;font-size: 15px;padding:0px 20px 0;height: 44px;margin-top: 5px;color: #666;transition:0.5s;}
.casesul li p{float: left;width:100%;color: #999;padding: 0 20px;line-height: 20px;height: auto;}
}

/*casesullr*/
.casesullr{float: left;width: 100%;margin:0 0 0;}
.casesullr li{float: left;width:47%;margin: 0 0 60px 0;position: relative;transition:0.5s;background: #f4f4f4;}
.casesullr li:nth-child(2n){float: right;}
.casesullr li:hover{background: #f90;border-radius:20px 0 20px 0;overflow: hidden;}
.casesullr li:hover .l .img img{opacity: 0.2;}
.casesullr li:hover .l .tag{opacity: 1;padding-top: 40%;}
.casesullr li:hover .r b{color: #fff;}
.casesullr li:hover .r h3{color: #fff;}
.casesullr li:hover .r p span{color: #fff;}
.casesullr li:hover .r p i{color: #fff;}
.casesullr li:hover .r p em{background: #fff;}
.casesullr li .l{float: left;width: 40%;position: relative;}
.casesullr li .l .tag{float: left;width:100%;position: absolute;z-index: 1;padding: 0% 44% 0;opacity: 0;transition:0.5s;left: 0;}
.casesullr li .l .tag img{float: left;}
.casesullr li .l .img{float: left;width:100%;padding:0;background: #000;}
.casesullr li .l .img img{float: left;width:100%;transition:0.5s;}
.casesullr li .r{float: left;width: 60%;padding: 10px 30px;}
.casesullr li .r b{float: left;width:100%;line-height: 34px;color: #333;font-size: 16px;margin-top: 15px;transition:0.5s;font-weight: normal;}
.casesullr li .r h3{float: left;width:100%;line-height: 24px;color: #999;font-size: 14px;margin-top: 15px;transition:0.5s;border-top: 1px solid #ddd;padding-top: 15px;}
.casesullr li .r p{float: left;width:100%;transition:0.5s;margin-top: 10px;}
.casesullr li .r p span{float: left;line-height: 28px;color: #aaa;font-size: 16px;margin-right: 5px;transition:0.5s;}
.casesullr li .r p em{float: left;margin:11px 7px 0;width: 6px;height: 6px;border-radius: 100%;background: #aaa;transition:0.5s;}
.casesullr li .r p i{float: left;line-height: 28px;color: #aaa;font-style: normal;transition:0.5s;}
@media (max-width: 992px) {
.casesullr{float: left;width: 100%;margin:0 0 0;padding:0 25px;}
.casesullr li{float: left;width:100%;margin: 0 0 20px 0;position: relative;transition:0.5s;background: #f4f4f4;}
.casesullr li:nth-child(2n){float: right;}
.casesullr li:hover{background: #f90;}
.casesullr li:hover .l .img img{opacity: 0.2;}
.casesullr li:hover .l .tag{opacity: 1;padding-top: 30%;}
.casesullr li:hover .r b{color: #fff;}
.casesullr li:hover .r h3{color: #fff;}
.casesullr li:hover .r p span{color: #fff;}
.casesullr li:hover .r p i{color: #fff;}
.casesullr li:hover .r p em{background: #fff;}
.casesullr li .l{float: left;width: 40%;position: relative;}
.casesullr li .l .tag{float: left;width:100%;position: absolute;z-index: 1;padding: 0% 30% 0;opacity: 0;transition:0.5s;left: 0;}
.casesullr li .l .tag img{float: left;}
.casesullr li .l .img{float: left;width:100%;padding:0;background: #000;}
.casesullr li .l .img img{float: left;width:100%;transition:0.5s;}
.casesullr li .r{float: left;width: 60%;padding: 10px 20px;}
.casesullr li .r b{float: left;width:100%;line-height: 34px;color: #333;font-size: 16px;margin-top: 0px;transition:0.5s;font-weight: normal;}
.casesullr li .r h3{display: none;}
.casesullr li .r p{float: left;width:100%;transition:0.5s;margin-top: 0px;}
.casesullr li .r p span{float: left;line-height: 28px;color: #aaa;font-size: 16px;margin-right: 5px;transition:0.5s;}
.casesullr li .r p em{float: left;margin:11px 7px 0;width: 6px;height: 6px;border-radius: 100%;background: #aaa;transition:0.5s;}
.casesullr li .r p i{float: left;line-height: 28px;color: #aaa;font-style: normal;transition:0.5s;}
}


/*team_list_03*/
.team_list_03{float: left;width: 100%;margin:0 0 0;display: none;}
.team_list_03 li{float: left;width:31%;margin: 0 3.5% 30px 0;position: relative;padding: 0 0 20px;transition:0.5s;background: #f4f4f4;text-align: center;}
.team_list_03 li:nth-child(3n){margin-right: 0;}
.team_list_03 li:hover{background: #f90;}
.team_list_03 li:hover .img img{opacity: 0.2;}
.team_list_03 li:hover .tit{color: #fff;}
.team_list_03 li:hover .tag{opacity: 1;padding-top: 40%;}
.team_list_03 li:hover p{color: #fff;}
.team_list_03 li .tag{float: left;width:100%;position: absolute;z-index: 1;padding: 0% 44% 0;opacity: 0;transition:0.5s;}
.team_list_03 li .tag img{float: left;}
.team_list_03 li .img{float: left;width:100%;padding:0;background: #000;}
.team_list_03 li .img img{float: left;width:100%;transition:0.5s;}
.team_list_03 li .tit{float: left;width:100%;line-height: 34px;color: #333;overflow: hidden;font-size: 16px;padding:0px 15px 0;margin-top: 15px;transition:0.5s;}
.team_list_03 li p{float: left;width:100%;color: #666;padding:0px 15px 0;line-height: 24px;height: 24px;overflow: hidden;transition:0.5s;}
@media (max-width: 992px) {
.team_list_03{float: left;width: 100%;margin-bottom:0px;padding:0px 0 0;margin-top: 0px;display: block;}
.team_list_03 li{float: left;width:48%;margin: 0 0 20px 0;position: relative;padding: 0 0px 20px;background: #f4f4f4;transition:0.5s;}
.team_list_03 li:nth-child(2n){float: right;}
.team_list_03 li:hover{background: #f90;}
.team_list_03 li:hover .tit{color: #fff;}
.team_list_03 li:hover p{color: #fff;}
.team_list_03 li .img{float: left;width:100%;padding: 0 0%;}
.team_list_03 li .img img{float: left;width:100%;}
.team_list_03 li .tit{float: left;width:100%;line-height: 44px;color: #222;overflow: hidden;font-size: 15px;padding:0px 20px 0;height: 44px;margin-top: 5px;color: #666;transition:0.5s;}
.team_list_03 li p{float: left;width:100%;color: #999;padding: 0 20px;line-height: 20px;height: auto;}
}


.teamPage{float: left;width: 100%;background: #fff;padding: 60px;margin-top: 40px;}
@media (max-width: 992px) {
.teamPage{padding: 25px;margin-top: 0px;}
}

.studentPage{float: left;width: 100%;background: #fff;padding: 60px;margin-top: 40px;}
@media (max-width: 992px) {
.studentPage{padding: 25px;margin-top: 0px;}
}



/*indexNews*/
.indexNews{float: left;width: 100%;background:#f4f4f4;padding:80px 0 140px;}
.indexNews .box{width: 100%;float: left;}
.indexNews .box .l{float: left;width: 49%;border-left: 1px solid #f90;background: #fff;padding: 10px 30px 30px;transition:0.5s;}
.indexNews .box .l:hover{box-shadow: 0 20px 10px rgba(0,0,0,0.05);border-left-width: 4px;padding-left: 27px;}
.indexNews .box .l .t{width:100%;float: left;margin-bottom: 15px;}
.indexNews .box .l .t b{float: left;line-height: 50px;color: #f90;font-size: 16px;transition:0.5s;border-bottom: 3px solid #f90;}
.indexNews .box .l .t a{float: right;line-height: 50px;color: #f90;transition:0.5s;}
.indexNews .box .l .t a:hover{background: #f90;color: #fff;padding: 0 25px;}
.indexNews .box .l .c{float: left;width: 100%;}
.indexNews .box .l .c a{float: left;width: 100%;line-height: 20px;padding: 10px 0;}
.indexNews .box .l .c a:hover b{color: #0066bb}
.indexNews .box .l .c a i{float: left;width: 14px;margin:1px 4px 0 0;}
.indexNews .box .l .c a i img{width: 14px;float: left;}
.indexNews .box .l .c a b{float: left;line-height: 20px;font-size: 14px;font-weight: normal;}
.indexNews .box .l .c a span{float: right;color: #aaa;}
.indexNews .box .r{float: right;width: 49%;border-left: 1px solid #0066bb;background: #fff;padding: 10px 30px 30px;transition:0.5s;}
.indexNews .box .r:hover{box-shadow: 0 20px 10px rgba(0,0,0,0.05);border-left-width: 4px;padding-left: 27px;}
.indexNews .box .r .t{width:100%;float: left;margin-bottom: 15px;}
.indexNews .box .r .t b{float: left;line-height: 50px;color: #0066bb;font-size: 16px;transition:0.5s;border-bottom: 3px solid #0066bb;}
.indexNews .box .r .t a{float: right;line-height: 50px;color: #0066bb;transition:0.5s;}
.indexNews .box .r .t a:hover{background: #0066bb;color: #fff;padding: 0 25px;}
.indexNews .box .r .c{float: left;width: 100%;}
.indexNews .box .r .c a{float: left;width: 100%;line-height: 20px;padding: 10px 0;}
.indexNews .box .r .c a:hover b{color: #0066bb;}
.indexNews .box .r .c a i{float: left;width: 14px;margin:1px 4px 0 0;}
.indexNews .box .r .c a i img{width: 14px;float: left;}
.indexNews .box .r .c a b{float: left;line-height: 20px;font-size: 14px;font-weight: normal;}
.indexNews .box .r .c a span{float: right;color: #aaa;}
@media (max-width: 768px) {
.indexNews{padding:0;}
.indexNews .box .l{width: 100%;border: none;border-bottom: 1px solid #f90;padding: 10px 20px 30px;}
.indexNews .box .l:hover{border-left: none;padding: 10px 20px 30px;}
.indexNews .box .l .t{width:100%;float: left;margin-bottom: 15px;}
.indexNews .box .l .t b{float: left;line-height: 50px;color: #f90;font-size: 16px;transition:0.5s;border-bottom: 3px solid #f90;}
.indexNews .box .l .t a{float: right;line-height: 50px;color: #f90;transition:0.5s;}
.indexNews .box .l .t a:hover{background: #f90;color: #fff;padding: 0 25px;}
.indexNews .box .l .c a i{float: left;width: 8px;height: 8px;margin:2px 10px 0 0;position: absolute;}
.indexNews .box .l .c a i img{float: left;}
.indexNews .box .l .c a b{width: 100%;padding-left: 20px;}
.indexNews .box .l .c a span{display: none;}
.indexNews .box .r{width: 100%;border: none;border-bottom: 1px solid #0066bb;padding: 10px 20px 30px;}
.indexNews .box .r:hover{border-left: none;padding: 10px 20px 30px;}
.indexNews .box .r .t{width:100%;float: left;margin-bottom: 15px;}
.indexNews .box .r .t b{float: left;line-height: 50px;color: #0066bb;font-size: 16px;transition:0.5s;border-bottom: 3px solid #0066bb;}
.indexNews .box .r .t a{float: right;line-height: 50px;color: #0066bb;transition:0.5s;}
.indexNews .box .r .t a:hover{background: #0066bb;color: #fff;padding: 0 25px;}
.indexNews .box .r .c a i{float: left;width: 8px;height: 8px;margin:2px 10px 0 0;position: absolute;}
.indexNews .box .r .c a i img{float: left;}
.indexNews .box .r .c a b{width: 100%;padding-left: 20px;}
.indexNews .box .r .c a span{display: none;}
}

/*indexNews*/
.examHot{float: left;width: 100%;background: #fff;padding: 10px 20px 20px;transition:0.5s;}
.examHot .t{width:100%;float: left;margin-bottom: 5px;border-bottom: 1px solid #eee;}
.examHot .t b{float: left;line-height: 40px;color: #f90;font-size: 14px;transition:0.5s;border-bottom: 3px solid #f90;}
.examHot .t a{float: right;line-height: 40px;color: #f90;transition:0.5s;}
.examHot .t a:hover{background: #f90;color: #fff;padding: 0 25px;}
.examHot .c{float: left;width: 100%;}
.examHot .c a{float: left;width: 100%;line-height: 20px;padding: 12px 0;border-bottom: 1px dashed #ddd;}
.examHot .c a i{float: left;width: 12px;margin:3px 2px 0 0;position: absolute}
.examHot .c a i img{width: 12px;float: left;}
.examHot .c a b{float: left;line-height: 20px;font-size: 13px;padding-left: 17px;font-weight: normal;height: 20px;overflow: hidden;}
@media (max-width: 768px) {
.examHot{display: none;}
}

/*courseNews*/
.courseNews{float: left;width: 100%;background:#f4f4f4;padding:0 0 40px;}
.courseNews .box{width: 100%;float: left;}
.courseNews .box .l1{float: left;width: 23.5%;border-left: 1px solid #ddd;background: #fff;padding: 10px 20px 30px;transition:0.5s;margin-right: 2%;}
.courseNews .box .l1:hover{box-shadow: 0 20px 10px rgba(0,0,0,0.05);border-left: 1px solid #f90;}
.courseNews .box .l1 .t{width:100%;float: left;margin-bottom: 15px;}
.courseNews .box .l1 .t b{float: left;line-height: 50px;color: #f90;font-size: 16px;transition:0.5s;border-bottom: 3px solid #f90;}
.courseNews .box .l1 .t a{float: right;line-height: 50px;color: #333;transition:0.5s;}
.courseNews .box .l1 .t a:hover{background: #333;color: #fff;padding: 0 25px;}
.courseNews .box .l1 .c{float: left;width: 100%;}
.courseNews .box .l1 .c a{float: left;width: 100%;line-height: 20px;padding: 8px 0;position: relative;}
.courseNews .box .l1 .c a:hover i{background: #f90;transition:0.5s;}
.courseNews .box .l1 .c a i{float: left;width: 8px;height: 8px;border-radius: 100%;margin:7px 10px 0 0;background: #ddd;position: absolute;}
.courseNews .box .l1 .c a b{float: left;line-height: 20px;font-size: 13px;font-weight: normal;padding-left: 15px;height: 20px;overflow: hidden;}
.courseNews .box .l1 .c a span{float: right;color: #aaa;}
.courseNews .box .r{float: left;width: 23.5%;border-left: 1px solid #ddd;background: #fff;padding: 10px 20px 22px;transition:0.5s;}
.courseNews .box .r:hover{box-shadow: 0 20px 10px rgba(0,0,0,0.05);border-left: 1px solid #f90;}
.courseNews .box .r .t{width:100%;float: left;margin-bottom: 15px;}
.courseNews .box .r .t b{float: left;line-height: 50px;color: #f90;font-size: 16px;transition:0.5s;border-bottom: 3px solid #f90;}
.courseNews .box .r .t a{float: right;line-height: 50px;color: #333;transition:0.5s;}
.courseNews .box .r .t a:hover{background: #333;color: #fff;padding: 0 25px;}
.courseNews .box .r .c{float: left;width: 100%;}
.courseNews .box .r .c a{float: left;width: 100%;line-height: 20px;padding: 10px 0 0;}
.courseNews .box .r .c a:hover i{background: #f90;transition:0.5s;}
.courseNews .box .r .c a i{float: left;width: 8px;height: 8px;border-radius: 100%;margin:7px 10px 0 0;background: #ddd;}
.courseNews .box .r .c a b{float: left;line-height: 20px;font-size: 14px;font-weight: normal;margin-top: 10px;text-align: center;width: 100%;}
.courseNews .box .r .c a span{float: right;color: #aaa;}
.courseNews .box .courseChaBarNew{float: right;width: 23.5%;overflow: hidden;background: #fff;}
.courseNews .box .courseChaBarNew:hover{box-shadow: 0 20px 10px rgba(0,0,0,0.05);}
.courseNews .box .courseChaBarNew .titles{float: left;width: 100%;background: #ff9900;padding: 19px 20px 36px;color: #fff;}
.courseNews .box .courseChaBarNew .titles b{float: left;width: 100%;line-height: 15px;font-size: 17px;font-weight: normal;text-align: center;}
.courseNews .box .courseChaBarNew .cons{float: left;width: 100%;padding: 15px 20px 20px;color: #fff;background: #fff;margin-top: -20px;}
.courseNews .box .courseChaBarNew .cons form{float: left;width: 100%;}
.courseNews .box .courseChaBarNew .cons form .inputs{float: left;width: 100%;}
.courseNews .box .courseChaBarNew .cons form .inputs .lis{float: left;width: 100%;margin-bottom: 7px;}
.courseNews .box .courseChaBarNew .cons form .inputs .lis span{float: left;width: 68px;height: 32px;line-height: 30px;font-size: 13px;color: #666;margin: 0;position: absolute;z-index: 1;}
.courseNews .box .courseChaBarNew .cons form .inputs .lis p{float: left;width: 100%;height: 32px;padding-left: 70px;}
.courseNews .box .courseChaBarNew .cons form .inputs .lis .input{float: left;width: 100%;height: 32px;background: none;line-height: 30px;font-size: 13px;padding: 0 0 0 10px;border: 1px solid #ddd;color: #0068b7;margin: 0;}
.courseNews .box .courseChaBarNew .cons form .inputs .lis .select{float: left;width: 100%;height: 32px;background: none;line-height: 30px;font-size: 13px;padding: 0 0 0 10px;border: 1px solid #ddd;color: #333;margin: 0;}
.courseNews .box .courseChaBarNew .cons form .inputs .lis .input:focus{border-color: #f90;}
.courseNews .box .courseChaBarNew .cons form .inputs .lis .input::-webkit-input-placeholder {color:#999;}
.courseNews .box .courseChaBarNew .cons form .inputs .lis .input:-moz-placeholder {color:#999;}
.courseNews .box .courseChaBarNew .cons form .inputs .lis .input::-moz-placeholder {color:#999;}
.courseNews .box .courseChaBarNew .cons form .inputs .lis .input:-ms-input-placeholder {color:#999;}
.courseNews .box .courseChaBarNew .cons form .submit{width: 100%;float: right;background: #f90;height: 40px;line-height: 40px;border: none;font-size: 16px;text-align: center;transition:0.5s;color: #fff;border-radius: 6px;box-shadow: 0 10px 10px rgba(0,0,0,0.1);margin-top: 5px;}
.courseNews .box .courseChaBarNew .cons form .submit:hover{box-shadow: 0 10px 10px rgba(0,0,0,0.2)}
@media (max-width: 768px) {
.courseNews .box .courseChaBarNew{float: right;width: 100%;overflow: hidden;background: #fff;}
.courseNews .box .courseChaBarNew .cons{padding: 25px 30px 30px;}
.courseNews .box .courseChaBarNew .cons form .inputs .input{margin-bottom: 15px;}
}
@media (max-width: 768px) {
.courseNews{padding:0;}
.courseNews .box .l1{width: 100%;border: none;border-bottom: 1px solid #f90;padding: 10px 20px 30px;}
.courseNews .box .l1:hover{border-left: none;padding: 10px 20px 30px;}
.courseNews .box .l1 .t{width:100%;float: left;margin-bottom: 15px;}
.courseNews .box .l1 .t b{float: left;line-height: 50px;color: #f90;font-size: 16px;transition:0.5s;border-bottom: 3px solid #f90;}
.courseNews .box .l1 .t a{float: right;line-height: 50px;color: #f90;transition:0.5s;}
.courseNews .box .l1 .t a:hover{background: #f90;color: #fff;padding: 0 25px;}
.courseNews .box .l1 .c a i{float: left;width: 8px;height: 8px;border-radius: 100%;margin:7px 10px 0 0;background: #ddd;position: absolute;}
.courseNews .box .l1 .c a b{width: 100%;padding-left: 20px;overflow: hidden;}
.courseNews .box .l1 .c a span{display: none;}
.courseNews .box .l2{width: 100%;border: none;border-bottom: 1px solid #f90;padding: 10px 20px 30px;}
.courseNews .box .l2:hover{border-left: none;padding: 10px 20px 30px;}
.courseNews .box .l2 .t{width:100%;float: left;margin-bottom: 15px;}
.courseNews .box .l2 .t b{float: left;line-height: 50px;color: #f90;font-size: 16px;transition:0.5s;border-bottom: 3px solid #f90;}
.courseNews .box .l2 .t a{float: right;line-height: 50px;color: #f90;transition:0.5s;}
.courseNews .box .l2 .t a:hover{background: #f90;color: #fff;padding: 0 25px;}
.courseNews .box .l2 .c a i{float: left;width: 8px;height: 8px;border-radius: 100%;margin:7px 10px 0 0;background: #ddd;position: absolute;}
.courseNews .box .l2 .c a b{width: 100%;padding-left: 20px;}
.courseNews .box .l2 .c a span{display: none;}
.courseNews .box .r{width: 100%;border: none;border-bottom: 1px solid #f90;padding: 10px 20px 30px;}
.courseNews .box .r:hover{border-left: none;padding: 10px 20px 30px;}
.courseNews .box .r .t{width:100%;float: left;margin-bottom: 15px;}
.courseNews .box .r .t b{float: left;line-height: 50px;color: #f90;font-size: 16px;transition:0.5s;border-bottom: 3px solid #f90;}
.courseNews .box .r .t a{float: right;line-height: 50px;color: #f90;transition:0.5s;}
.courseNews .box .r .t a:hover{background: #f90;color: #fff;padding: 0 25px;}
.courseNews .box .r .c a i{float: left;width: 8px;height: 8px;border-radius: 100%;margin:7px 10px 0 0;background: #ddd;position: absolute;}
.courseNews .box .r .c a b{width: 100%;padding-left: 20px;}
.courseNews .box .r .c a span{display: none;}
}



/* filter_6 */
.filter_6{float: left;width: 100%;}
.filter_6 .c{float: left;width: 100%;padding:30px;line-height: 26px;background: #fff;}
.filter_6 .c .t{float: left;width: 100%;line-height: 40px;font-size: 14px;color: #666;margin-bottom: 15px;border-bottom: 1px solid #eee;}
.filter_6 .c .t b{float: left;font-weight: normal;}
.filter_6 .c .t a{float: left;color: #888;}
.filter_6 .c .t span{float: left;color: #aaa;padding: 0 10px;}
.filter_6 .c .box{float: left;width: 100%;margin-bottom: 10px;padding-bottom: 5px;}
.filter_6 .c .box em{float: left;color: #ddd;font-style: normal;margin: 0 6px 6px;}
.filter_6 .c .box a{float: left;color: #222;padding: 0 10px;margin: 3px 8px 3px 0;background: #eee;}
.filter_6 .c .box a.cur{color: #fff;background: #E77817;}
.filter_6 .c .box a:hover{color: #fff;background: #E77817;}
@media (max-width: 768px) {
.filter_6{padding:0;}
.filter_6 .c{padding: 15px 15px 10px;}
.filter_6 .c .box{margin-top: 0px;margin-bottom: 0px;}

.filter_6 .c .box a{padding: 0 5px;margin: 0px 5px 5px 0;}
.filter_6 .t{display: none;}
}


/* filter_5 */
.filter_5{float: left;width: 100%;background: #fff;padding:30px 0;margin-bottom: 30px;}
.filter_5 .box{float: left;width: 100%;;}
.filter_5 .box .c{float: left;width: 100%;padding: 0;line-height: 32px;}
.filter_5 .box .c span{float: left;width: 60px;color: #666;margin-bottom: 6px;}
.filter_5 .box .c .select{float: left;width: 100px;height: 32px;border: 1px solid #eee;margin: 0 10px 0 0;}
.filter_5 .box .c .list{float: left;width: 100%;padding-bottom: 15px;}
.filter_5 .box .c .list .hrs{float: left;width: 100%;height: 1px;}
.filter_5 .box .c .list em{float: left;color: #ddd;font-style: normal;margin: 0 10px 10px;}
.filter_5 .box .c .list a{float: left;color: #222;padding: 0 20px;margin: 0px 10px 10px 0;}
.filter_5 .box .c .list a.level1{color: #222;background: #f4f4f4;}
.filter_5 .box .c .list a.level2{color: #222;background: #fff;border: 1px dashed #eee;line-height: 30px;height: 32px;}
.filter_5 .box .c .list a.cur{color: #fff;background: #f90;}
.filter_5 .box .c .list a:hover{color: #fff;background: #f90;}
@media (max-width: 768px) {
.filter_5{margin-top: 44px;background: #fff;margin-bottom: 15px;}
.filter_5 .box{background: #fff;}
.filter_5 .box .c{padding:15px 15px;}
.filter_5 .box .c .list{margin-top: 0px;}
.filter_5 .box .c .list a{padding: 0 5px;margin: 1px 1px 1px 0;}
.filter_5 .box .t{display: none;}
}



/*courseList*/
.courseList{float: left;width: 100%;background:#f4f4f4;padding:0 0 120px;}
.courseList .box{width: 100%;float: left;}
.courseList .box .l{float: left;width: 100%;}
.courseList .box .l p{float: left;width: 23.5%;margin-right: 2%;position: relative;box-shadow: 0 10px 10px rgba(0,0,0,0.1);border-radius: 10px;margin-bottom: 80px;}
.courseList .box .l p:nth-child(4n){margin-right: 0;}
.courseList .box .l p b{float: left;width: 100%;position: absolute;background: rgba(45,122,203,0.9);padding:20px 0px;text-align: center;bottom: -50px;left: 0%;text-align: center;border-radius: 10px;}
.courseList .box .l p b strong{float: left;width: 100%;line-height: 30px;font-size: 16px;font-weight: normal;color: #fff;}
.courseList .box .l p b i{float: left;width: 100%;line-height: 20px;font-size: 12px;font-style: normal;color: #fff;}
.courseList .box .l p img{float: left;width: 100%;border-radius: 10px;}
@media (max-width: 768px) {
.courseList{padding:0;}
.courseList .box .l{width: 100%;padding: 0 20px;}
.courseList .box .l p{float: left;width: 100%;margin-right: 3.5%;position: relative;box-shadow: 0 10px 10px rgba(0,0,0,0.1);border-radius: 10px;overflow: hidden;padding-bottom: 20px;margin-bottom: 20px;}
.courseList .box .l p:nth-child(3){margin-right: 0;}
.courseList .box .l p b{float: left;width: 100%;position: absolute;background: rgba(45,122,203,0.9);padding:10px 0px;text-align: center;bottom: 0px;left: 0%;text-align: center;border-radius: 10px;}
.courseList .box .l p b strong{float: left;width: 100%;line-height: 30px;font-size: 13px;font-weight: normal;color: #fff;}
.courseList .box .l p img{float: left;width: 100%;border-radius: 10px;}

}


/*index_two*/
.index_two{width: 100%;float: left;padding-top: 80px;padding-bottom: 80px;background: #f90;}
.index_two.on .t{opacity: 1;margin-top: 0;}
.index_two .tbox .b{width: 100%;float: left;height:50px;position: relative;text-align: center;}
.index_two .tbox .b a{display: inline-block;line-height: 50px;padding: 0 80px;background: #f90;color: #fff;border-radius: 50px;font-size: 16px;transition:0.5s;}
.index_two .tbox .b a:hover{background: #f60;box-shadow: none;}
.index_two .tbox .box{width: 100%;float: left;}
.index_two .t{width:100%;height:50px;float: left;font-size: 14px;line-height: 34px;text-align: center;opacity: 0;position: relative;transition:0.5s;margin-top: 20px;}
.index_two .t .btns{width: 400px;display: inline-block;height: 50px;font-size: 18px;}
.index_two .t .btns li{height: 50px;;float:left;cursor:pointer;color:#666;width: 50%;border-radius: 50px 0 0 50px;text-align: center;line-height: 50px;background: #fff;color: #f90;}
.index_two .t .btns li:nth-child(2){border-radius: 0 50px 50px 0;}
.index_two .t .btns li.hover{background: #f90;color: #fff;}
.index_two .tbox{width:100%;float:left;padding-top: 60px;position: relative;}
.index_two .tbox .ul1{float: left;width: 100%;padding: 0 80px;margin-bottom: 50px;}
.index_two .tbox .ul1 li{float: left;width:29.333%;margin: 0 2% 0 ;position: relative;padding: 40px;background: #fff;transition:0.5s;}
.index_two .tbox .ul1 li:hover{background: #f90;}
.index_two .tbox .ul1 li:hover .tit{color: #fff;}
.index_two .tbox .ul1 li:hover em{color: #fff;}
.index_two .tbox .ul1 li:hover span i{background: #fff;}
.index_two .tbox .ul1 li:hover .learnmore{background: #f90;color: #fff;border: 1px solid #fff;}
.index_two .tbox .ul1 li .img{float: left;width:100%;padding: 0 0%;}
.index_two .tbox .ul1 li .img img{float: left;width:100%;}
.index_two .tbox .ul1 li .tit{float: left;width:100%;line-height: 44px;color: #222;overflow: hidden;font-size: 15px;padding:0px 0px 0;height: 44px;text-align: center;margin-top: 10px;color: #666;transition:0.5s;}
.index_two .tbox .ul1 li em{float: left;width:100%;text-align: center;color: #999;}
.index_two .tbox .ul1 li span{float: left;width:100%;padding: 0 46%;height: 1px;text-align: center;margin: 0 0 12px;}
.index_two .tbox .ul1 li span i{float: left;width:100%;height: 1px;background: #666;}
.index_two .tbox .ul1 li .learnmore{width: 100%;height: 40px;line-height: 40px;text-align: center;;color: #666;float: left;margin-top: 15px;border: 1px solid #ddd;transition:0.5s;}
.index_two .tbox .ul2{float: left;width: 100%;padding: 0 0px;margin-bottom: 50px;}
.index_two .tbox .ul2 li{float: left;width:21%;margin: 0 2% 0 ;position: relative;padding: 0 0 0;background: #fff;transition:0.5s;}
.index_two .tbox .ul2 li:hover{background: #f90;}
.index_two .tbox .ul2 li:hover .info{padding:40px 20px;background: #fff;}
.index_two .tbox .ul2 li .img{float: left;width:100%;padding: 0 0%;position: relative;}
.index_two .tbox .ul2 li .img img{float: left;width:100%;}
.index_two .tbox .ul2 li .info{position: absolute;bottom: 0;left: 0;width: 100%;background: rgba(255,255,255,0.5);padding: 20px;color: #333;transition:0.5s;}
.index_two .tbox .ul2 li .info .tit{float: left;width:100%;line-height: 30px;color: #000;overflow: hidden;font-size: 16px;padding:0px 0px 0;transition:0.5s;}
.index_two .tbox .ul2 li .info em{width: 100%;line-height: 20px;float: left;color: #333;font-style: normal;}
.index_two .tbox .ul2 li .info i{width: 100%;line-height: 20px;float: left;color: #333;font-style: normal;}
.index_two .tbox .ul2 li .info p{width: 100%;line-height: 20px;float: left;color: #333;}
@media (max-width: 768px) {
.index_two{width: 100%;float: left;padding:40px 20px;background:#f90;height: auto;}
.index_two .tbox .b{width: 100%;float: left;height:50px;position: relative;text-align: center;}
.index_two .tbox .b a{display: inline-block;line-height: 40px;padding: 0 50px;background: #f90;box-shadow:  0 0 12px #7e5400;color: #fff;border-radius: 40px;font-size: 14px;transition: 0.5s;}
.index_two .tbox .b a:hover{background: #f90;box-shadow: none;}
.index_two .tbox .box{width: 100%;float: left;}
.index_two .t{width:100%;height:40px;float: left;font-size: 14px;line-height: 34px;text-align: center;padding: 0 0%;}
.index_two .t .btns{width: 100%;display: inline-block;height: 40px;font-size: 16px;}
.index_two .t .btns li{height: 40px;;float:left;cursor:pointer;color:#666;width: 50%;border-radius: 40px 0 0 40px;text-align: center;line-height: 40px;background: #fff;color: #f90;}
.index_two .t .btns li:nth-child(2){border-radius: 0 40px 40px 0;}
.index_two .t .btns li.hover{background: #f90;color: #fff;}
.index_two .tbox{width:100%;float:left;padding-top: 20px;position: relative;}
.index_two .tbox .ul1{float: left;width: 100%;padding: 0 0px;margin-bottom: 20px;}
.index_two .tbox .ul1 li{float: left;width:100%;margin: 0 0% 20px;position: relative;padding: 0px;background: #fff;transition:0.5s;}
.index_two .tbox .ul1 li:hover{background: #f90;}
.index_two .tbox .ul1 li:hover .tit{color: #fff;}
.index_two .tbox .ul1 li:hover em{color: #fff;}
.index_two .tbox .ul1 li:hover span i{background: #fff;}
.index_two .tbox .ul1 li:hover .learnmore{background: #f90;color: #fff;border: 1px solid #fff;}
.index_two .tbox .ul1 li .img{float: left;width:100%;padding: 0 0%;}
.index_two .tbox .ul1 li .img img{float: left;width:100%;}
.index_two .tbox .ul1 li .tit{float: left;width:100%;line-height: 44px;color: #222;overflow: hidden;font-size: 15px;padding:0px 0px 0;height: 44px;text-align: center;margin-top: 0px;color: #666;transition:0.5s;}
.index_two .tbox .ul1 li em{float: left;width:100%;text-align: center;color: #999;}
.index_two .tbox .ul1 li span{float: left;width:100%;padding: 0 46%;height: 1px;text-align: center;margin: 0 0 12px;display: none;}
.index_two .tbox .ul1 li span i{float: left;width:100%;height: 1px;background: #666;}
.index_two .tbox .ul1 li .learnmore{display: none;}
.index_two .tbox .ul2{float: left;width: 100%;padding: 0 0px;margin-bottom: 20px;}
.index_two .tbox .ul2 li{float: left;width:48%;margin: 0 0% 15px ;position: relative;padding: 0 0 0;background: #fff;transition:0.5s;}
.index_two .tbox .ul2 li:nth-child(2n){float: right;}
.index_two .tbox .ul2 li:hover{background: #f90;}
.index_two .tbox .ul2 li:hover .info{padding:40px 20px;background: #fff;}
.index_two .tbox .ul2 li .img{float: left;width:100%;padding: 0 0%;position: relative;}
.index_two .tbox .ul2 li .img img{float: left;width:100%;}
.index_two .tbox .ul2 li .info{position: absolute;bottom: 0;left: 0;width: 100%;background: rgba(255,255,255,0.5);padding: 15px;color: #333;transition:0.5s;}
.index_two .tbox .ul2 li .info .tit{float: left;width:100%;line-height: 30px;color: #000;overflow: hidden;font-size: 14px;padding:0px 0px 0;transition:0.5s;}
.index_two .tbox .ul2 li .info em{width: 100%;line-height: 20px;float: left;color: #333;font-style: normal;display: none;}
.index_two .tbox .ul2 li .info i{width: 100%;line-height: 20px;float: left;color: #333;font-style: normal;display: none;}
.index_two .tbox .ul2 li .info p{width: 100%;line-height: 20px;float: left;color: #333;}
}

/* list_43 */
.list_43{float: left;width:100%;}
.list_43 li{width:100%;float: left;;padding: 0px 0px 40px;margin-bottom: 40px;border-bottom: 1px solid #eee;transition:0.5s;}
.list_43 li:hover{border-bottom: 1px solid #b00}
.list_43 li:hover .img img{border-radius: 20px 0 20px 0;}
.list_43 li .img{width:20%;float: left;}
.list_43 li .img img{width:100%;float: left;transition:0.5s;}
.list_43 li .lir{float: right;width: 80%;padding-left: 50px;}
.list_43 li .lir .desc{width: 100%;float: left;line-height: 40px;color: #aaa;font-size: 13px;}
.list_43 li .lir .tt{width: 100%;float: left;font-size: 20px;font-weight: normal;line-height:60px;color: #b00;}
.list_43 li .lir .tt:hover{color: #000}
.list_43 li .lir  p{width: 100%;float: left;font-size: 13px;color: #666;line-height: 24px;border-top: 1px dashed #ddd;padding-top: 20px;margin-top: 15px;}
@media (max-width: 768px) {
.list_43{display: none;}
}

.list_43_show{float: left;width:100%;}
.list_43_show li{width:100%;float: left;;padding: 0px 0px 40px;margin-bottom: 40px;border-bottom: 1px solid #eee;transition:0.5s;}
.list_43_show li:hover{border-bottom: 1px solid #b00}
.list_43_show li:hover .img img{border-radius: 20px 0 20px 0;}
.list_43_show li .img{width:20%;float: left;}
.list_43_show li .img img{width:100%;float: left;transition:0.5s;}
.list_43_show li .lir{float: right;width: 80%;padding-left: 50px;}
.list_43_show li .lir .desc{width: 100%;float: left;line-height: 40px;color: #aaa;font-size: 13px;}
.list_43_show li .lir .tt{width: 100%;float: left;font-size: 20px;font-weight: normal;line-height:60px;color: #b00;}
.list_43_show li .lir .tt:hover{color: #000}
.list_43_show li .lir  p{width: 100%;float: left;font-size: 13px;color: #666;line-height: 24px;border-top: 1px dashed #ddd;padding-top: 20px;margin-top: 15px;}
@media (max-width: 768px) {
.list_43_show{float: left;width:100%;}
.list_43_show li{width:100%;float: left;;padding: 0px 0px 25px;margin-bottom: 25px;border-bottom: 1px solid #eee;transition:0.5s;}
.list_43_show li:hover{border-bottom: 1px solid #b00}
.list_43_show li:hover .img img{border-radius: 20px 0 20px 0;}
.list_43_show li .img{width:100%;float: left;padding: 0 20%;}
.list_43_show li .img img{width:100%;float: left;transition:0.5s;}
.list_43_show li .lir{float: right;width: 100%;padding-left: 0px;}
.list_43_show li .lir .desc{width: 100%;float: left;line-height: 40px;color: #aaa;font-size: 13px;text-align: center;}
.list_43_show li .lir .tt{width: 100%;float: left;font-size: 20px;font-weight: normal;line-height:60px;color: #b00;text-align: center;}
.list_43_show li .lir .tt:hover{color: #000}
.list_43_show li .lir  p{width: 100%;float: left;font-size: 13px;color: #666;line-height: 24px;border-top: 1px dashed #ddd;padding-top: 20px;margin-top: 15px;}
}

/* 文档内容页 */
.teamcontent{float: left;width: 100%;margin: 0px 0 40px;}
.teamcontent .t{float: left;width: 100%;line-height: 20px;color: #ddd;margin-bottom: 20px;}
.teamcontent .t b{float: left;padding: 0 30px;background: #b00;line-height: 40px;color: #fff;font-size: 16px;font-weight: normal;}
.teamcontent .t span{float: left;padding: 0 50px;background: #ccc;line-height: 40px;color: #fff;font-size: 16px;}
.teamcontent .text{float: left;width: 100%;line-height: 30px;font-size: 14px;margin:0px 0 0 ;padding: 0;color: #444;}
.teamcontent .text p{float: left;width: 100%;line-height: 30px;font-size: 14px;margin: 0;padding: 0;}
.teamcontent .text p img{max-width: 100%;}
.teamcontent .text img{max-width: 100%;}
@media (max-width: 768px) {
}

.worksPage{float: left;width: 100%;background: #fff;padding: 60px 0;margin-top: 0px;}
@media (max-width: 992px) {
.worksPage{padding: 25px;margin-top: 0px;}
}
.workscontent{float: left;width: 100%;margin: 0px 0 40px;}
.workscontent .t{float: left;width: 100%;line-height: 20px;color: #ddd;margin-bottom: 20px;}
.workscontent .t b{float: left;padding: 0 30px;background: #b00;line-height: 40px;color: #fff;font-size: 16px;font-weight: normal;}
.workscontent .t span{float: left;padding: 0 50px;background: #ccc;line-height: 40px;color: #fff;font-size: 16px;}
.workscontent .text{float: left;width: 100%;line-height: 30px;font-size: 14px;margin:0px 0 0 ;padding: 0;color: #444;}
.workscontent .text p{float: left;width: 100%;line-height: 30px;font-size: 14px;margin: 0;padding: 0;}
.workscontent .text p img{max-width: 100%;}
.workscontent .text img{max-width: 100%;}
@media (max-width: 768px) {
}

/*cateNav_3_pc*/
.cateNav_3_pc{width: 100%;float: left;margin:20px 0 0px;position: relative;}
.cateNav_3_pc a{height: 60px;line-height: 60px;color: #666;float: left;font-size: 16px;margin-right: 10px;background: #ddd;padding: 0 50px;}
.cateNav_3_pc a.cur{color: #b00;background: #fff;}
@media (max-width: 768px) {
.cateNav_3_pc{display: none;}
}



.student_show{float: left;width:100%;}
.student_show li{width:100%;float: left;;padding: 0px 0px 40px;margin-bottom: 40px;border-bottom: 1px solid #eee;transition:0.5s;}
.student_show li:hover{border-bottom: 1px solid #b00}
.student_show li:hover .img img{border-radius: 20px 0 20px 0;}
.student_show li .img{width:25%;float: left;}
.student_show li .img img{width:100%;float: left;transition:0.5s;}
.student_show li .lir{float: right;width: 75%;padding-left: 50px;}
.student_show li .lir .desc{width: 100%;float: left;line-height: 40px;color: #aaa;font-size: 13px;}
.student_show li .lir .tt{width: 100%;float: left;font-size: 20px;font-weight: normal;line-height:60px;color: #b00;}
.student_show li .lir .tt:hover{color: #000}
.student_show li .lir  p{width: 100%;float: left;font-size: 13px;color: #666;line-height: 24px;border-top: 1px dashed #ddd;padding-top: 20px;margin-top: 15px;}
@media (max-width: 768px) {
.student_show{float: left;width:100%;}
.student_show li{width:100%;float: left;;padding: 0px 0px 25px;margin-bottom: 25px;border-bottom: 1px solid #eee;transition:0.5s;}
.student_show li:hover{border-bottom: 1px solid #b00}
.student_show li:hover .img img{border-radius: 20px 0 20px 0;}
.student_show li .img{width:100%;float: left;padding: 0 0%;}
.student_show li .img img{width:100%;float: left;transition:0.5s;}
.student_show li .lir{float: right;width: 100%;padding-left: 0px;}
.student_show li .lir .desc{width: 100%;float: left;line-height: 40px;color: #aaa;font-size: 13px;text-align: center;}
.student_show li .lir .tt{width: 100%;float: left;font-size: 20px;font-weight: normal;line-height:30px;color: #b00;text-align: center;margin-top:20px;}
.student_show li .lir .tt:hover{color: #000}
.student_show li .lir  p{width: 100%;float: left;font-size: 13px;color: #666;line-height: 24px;border-top: 1px dashed #ddd;padding-top: 20px;margin-top: 15px;}
}



/*BdFive*/
.BdFive{float: left;width: 100%;padding: 0 0 120px;}
.BdFive .box{width: 100%;float: left;border: 1px solid #000;padding: 80px 0;}
.BdFive .box b{float: left;line-height: 60px;background: #000;padding: 0 0 0 40px;width: 20%;margin-top: 80px;color: #fff;font-weight: normal;font-size: 16px;}
.BdFive .box .r{float: right;width: 80%;padding: 40px 0 40px 40px;}
.BdFive .box .r .img{float: left;height: 130px;padding: 0 15px 0 0;}
.BdFive .box .r .img img{float: left;height: 130px;box-shadow: 0 5px 5px rgba(0,0,0,0.05);padding: 5px;}
@media (max-width: 768px) {
.BdFive{float: left;width: 100%;margin-bottom: 40px;padding: 0 25px;}
.BdFive .box{width: 100%;float: left;border:none;padding: 0px 0;}
.BdFive .box b{float: left;line-height: 60px;background: #000;padding:0px;width: 100%;margin-top: 0px;color: #fff;font-weight: normal;font-size: 16px;text-align: center;}
.BdFive .box .r{float: right;width: 100%;padding:25px;background: #f4f4f4;}
.BdFive .box .r .img{float: left;height: auto;padding: 0 25%;width: 100%;margin-bottom: 10px;}
.BdFive .box .r .img img{float: left;height: auto;box-shadow:none;padding: 0;width: 100%;}
}



/*plus_wx*/
.plus_wx{float: left;width: 100%;background: #bbb;padding: 20px 30px 30px;}
.plus_wx .img{float: left;width: 100%;padding: 10% 10% 10px;}
.plus_wx .img img{float: left;width: 100%;background: #fff;padding: 15px;}
@media (max-width: 768px) {
.plus_wx{display: none;}
}
/*plus_contact*/
.plus_contact{float: left;width: 100%;background: #f90;padding:40px 10%;}
.plus_contact .tel{float: left;width: 100%;background: url(/Public/Common/Images/telphone.png) center top no-repeat;height: 50px}
.plus_contact .text{float: left;width: 100%;text-align: center;line-height: 24px;font-size: 14px;color: #fff;}
.plus_contact .b{float: left;width: 100%;text-align: center;line-height: 50px;font-size: 28px;color: #fff;padding: 0 0;}
@media (max-width: 768px) {
.plus_contact{display: none;}
}

/* 侧边导航 */
.cateNav_8{width: 100%;float: left;}
.cateNav_8 a{line-height: 80px;color: #444;width: 100%;float: left;font-size: 16px;text-align: center; transition:0.5s;margin-bottom: 1px;background: #eee;}
.cateNav_8 a.cur,
.cateNav_8 a.cur:hover{background:#f90;color: #fff;}
.cateNav_8 a:hover{background:#f90;color: #fff;}
@media (max-width: 768px) {
.cateNav_8 {display: none;}
.cateNav_8 a{height: 44px;line-height: 44px;color: #444;width: 100%;float: left;font-size: 16px;border:none;text-align: center; }
.cateNav_8 a.cur{border:none;}
}

/*addressNav_1*/
.addressNav_1{float: left;width: 100%;height:70px;line-height: 70px;font-size: 16px;color: #333;border-bottom: 3px solid #eee;}
.addressNav_1 a{color: #666;float: left;transition:0.5s;}
.addressNav_1 a:hover{color: #f90}
.addressNav_1 span{color: #ddd;float: left;padding: 0 12px;}
.addressNav_1 b{color: #333;float: left;font-weight: normal;}
.addressNav_1 p{color: #333;float: left;font-weight: normal;}
@media (max-width: 768px) {
.addressNav_1{display: none;}
}

/*slideBox_banner_wrap*/
.slideBox_banner_wrap{width: 100%;float: left;margin-top: 20px;margin-bottom: 20px;}
.slideBox_banner_wrap .box{width: 100%;float: left;}
.slideBox_banner_wrap .box .slideBox_banner{ width:100%;  overflow:hidden; position:relative;   }
.slideBox_banner_wrap .box .slideBox_banner .hd{ height:15px; overflow:hidden; position:absolute; right:10px; bottom:20px; z-index:1; }
.slideBox_banner_wrap .box .slideBox_banner .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox_banner_wrap .box .slideBox_banner .hd ul li{ float:left; margin-right:10px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; text-indent: -9999px;border-radius: 100%;opacity: 0.5}
.slideBox_banner_wrap .box .slideBox_banner .hd ul li.on{ opacity: 1; }
.slideBox_banner_wrap .box .slideBox_banner .bd{ position:relative; height:100%; z-index:0;   }
.slideBox_banner_wrap .box .slideBox_banner .bd li{ zoom:1; vertical-align:middle; }
.slideBox_banner_wrap .box .slideBox_banner .bd img{ width:100%;  display:block;  }
.slideBox_banner_wrap .box .slideBox_banner .prev,
.slideBox_banner_wrap .box .slideBox_banner .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(../images/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.slideBox_banner_wrap .box .slideBox_banner .next{ left:auto; right:3%; background-position:8px 5px; }
.slideBox_banner_wrap .box .slideBox_banner .prev:hover,
.slideBox_banner_wrap .box .slideBox_banner .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.slideBox_banner_wrap .box .slideBox_banner .prevStop{ display:none;  }
.slideBox_banner_wrap .box .slideBox_banner .nextStop{ display:none;  }
@media (max-width: 768px) {
.slideBox_banner_wrap{display: none;}
}

/* list_3_img */
.list_3_img{float: left;width:100%;font-size:13px;}
.list_3_img li{width:100%;overflow:hidden;clear:both;padding: 0px 0px 20px;margin-bottom: 20px;border-bottom: 1px solid #eee;}
.list_3_img li .img{width:25%;float: left;margin: 0 0 0 0;}
.list_3_img li .img img{width:100%;float: left;transition:0.5s;}
.list_3_img li .lir{width: 75%;padding-left: 15px;float: left;transition:0.5s;}
.list_3_img li .lir:hover{padding-left: 25px;}
.list_3_img li .lir .desc{width: 100%;float: right;line-height: 30px;color: #aaa;font-size: 13px;}
.list_3_img li .lir .tt{width: 100%;float: right;font-size: 17px;font-weight: normal;line-height: 30px;color: #333;}
.list_3_img li .lir  p{width: 100%;float: right;font-size: 13px;color: #666;line-height: 24px;}
.list_3_img li:hover .img img{border-radius: 15px;}
.list_3_img li:hover .lir .tt{color: #000}


/* list_3_event */
.list_3_event{float: left;width:100%;font-size:13px;}
.list_3_event li{width:100%;overflow:hidden;clear:both;padding: 0px 0px 20px;margin-bottom: 20px;border-bottom: 1px solid #eee;}
.list_3_event li .img{width:25%;float: left;margin: 0 0 0 0;}
.list_3_event li .img img{width:100%;float: left;transition:0.5s;}
.list_3_event li .lir{width: 75%;padding-left: 15px;float: left;transition:0.5s;}
.list_3_event li .lir:hover{padding-left: 25px;}
.list_3_event li .lir .desc{width: 100%;float: right;line-height: 30px;color: #aaa;font-size: 13px;}
.list_3_event li .lir .tt{width: 100%;float: right;font-size: 17px;font-weight: normal;line-height: 30px;color: #333;}
.list_3_event li .lir  p{width: 100%;float: right;font-size: 13px;color: #666;line-height: 24px;}
.list_3_event li:hover .img img{border-radius: 15px;}
.list_3_event li:hover .lir .tt{color: #000}
@media (max-width: 768px) {
.list_3_event li{width:100%;overflow:hidden;clear:both;padding: 0px 0px 10px;margin-bottom: 10px;border-bottom: 1px solid #eee;}
.list_3_event li .img{width:30%;float: left;margin: 0 0 0 0;}
.list_3_event li .img img{width:100%;float: left;transition:0.5s;}
.list_3_event li .lir{width: 70%;padding-left: 10px;float: left;transition:0.5s;}
.list_3_event li .lir:hover{padding-left: 25px;}
.list_3_event li .lir .desc{width: 100%;float: right;line-height: 30px;color: #ccc;font-size: 13px;}
.list_3_event li .lir .tt{width: 100%;float: right;font-size: 16px;font-weight: normal;line-height: 22px;color: #333;margin-bottom: 8px;}
.list_3_event li .lir  p{width: 100%;float: right;font-size: 13px;color: #ddd;line-height: 20px;display: none;}
.list_3_event li:hover .img img{border-radius: 15px;}
.list_3_event li:hover .lir .tt{color: #000}
}

/* list_3_news */
.list_3_news{float: left;width:100%;font-size:13px;}
.list_3_news li{width:100%;overflow:hidden;clear:both;padding: 40px 0px 40px;border-bottom: 1px solid #eee;transition:0.5s;}
.list_3_news li .img{width:28%;float: left;margin: 0 0 0 0;}
.list_3_news li .img img{width:100%;float: left;transition:0.5s;}
.list_3_news li .lir{width: 72%;padding-left: 25px;float: left;transition:0.5s;}
.list_3_news li .lir .desc{width: 100%;float: right;line-height: 44px;color: #aaa;font-size: 13px;transition:0.5s;}
.list_3_news li .lir .tt{width: 100%;float: right;font-size: 18px;font-weight: normal;line-height: 20px;color: #333;transition:0.5s;}
.list_3_news li .lir p{width: 100%;float: right;font-size: 13px;color: #666;line-height: 26px;transition:0.5s;}
.list_3_news li:hover{background:#f90;border-bottom: 1px solid #f90;padding: 40px;}
.list_3_news li:hover .lir .tt{color: #fff}
.list_3_news li:hover .lir .desc{color: #fff}
.list_3_news li:hover .lir p{color: #fff}
@media (max-width: 768px) {
.list_3_news li{width:100%;overflow:hidden;clear:both;padding: 0px 0px 10px;margin-bottom: 10px;border-bottom: 1px solid #eee;display: none;}
.list_3_news li .img{width:30%;float: left;margin: 0 0 0 0;}
.list_3_news li .img img{width:100%;float: left;transition:0.5s;}
.list_3_news li .lir{width: 70%;padding-left: 10px;float: left;transition:0.5s;}
.list_3_news li .lir:hover{padding-left: 25px;}
.list_3_news li .lir .desc{width: 100%;float: right;line-height: 30px;color: #ccc;font-size: 13px;}
.list_3_news li .lir .tt{width: 100%;float: right;font-size: 16px;font-weight: normal;line-height: 22px;color: #333;margin-bottom: 8px;}
.list_3_news li .lir  p{width: 100%;float: right;font-size: 13px;color: #ddd;line-height: 20px;display: none;}
.list_3_news li:hover .img img{border-radius: 15px;}
.list_3_news li:hover .lir .tt{color: #000}
}


/* list_course */
.list_course{float: left;width:100%;font-size:13px;}
.list_course li{width:100%;overflow:hidden;clear:both;padding: 0px 0px 40px;margin-bottom: 40px;border-bottom: 1px solid #eee;}
.list_course li .img{width:20%;float: left;margin: 0 0 0 0;}
.list_course li .img img{width:100%;float: left;transition:0.5s;}
.list_course li .lir{width: 80%;padding-left: 25px;float: left;transition:0.5s;}
.list_course li .lir .desc{width: 100%;float: right;line-height: 30px;color: #aaa;font-size: 13px;}
.list_course li .lir .tt{width: 100%;float: right;font-size: 18px;font-weight: normal;line-height: 40px;color: #333;}
.list_course li .lir  p{width: 100%;float: right;font-size: 13px;color: #666;line-height: 24px;border-top: 1px dashed #ddd;padding-top: 20px;margin-top: 20px;}
.list_course li:hover .img img{border-radius: 15px;}
.list_course li:hover .lir .tt{color: #000}
@media (max-width: 768px) {
.list_course li{width:100%;overflow:hidden;clear:both;padding: 0px 0px 10px;margin-bottom: 10px;border-bottom: 1px solid #eee;}
.list_course li .img{width:30%;float: left;margin: 0 0 0 0;}
.list_course li .img img{width:100%;float: left;transition:0.5s;}
.list_course li .lir{width: 70%;padding-left: 10px;float: left;transition:0.5s;}
.list_course li .lir:hover{padding-left: 25px;}
.list_course li .lir .desc{width: 100%;float: right;line-height: 30px;color: #ccc;font-size: 13px;}
.list_course li .lir .tt{width: 100%;float: right;font-size: 16px;font-weight: normal;line-height: 22px;color: #333;margin-bottom: 8px;}
.list_course li .lir  p{width: 100%;float: right;font-size: 13px;color: #ddd;line-height: 20px;display: none;}
.list_course li:hover .img img{border-radius: 15px;}
.list_course li:hover .lir .tt{color: #000}
}
/*note_3 咨询页面详情*/
.note_3{width: 100%;float: left;}
.note_3 .li{width: 100%;float: left;margin-bottom: 15px;}
.note_3 .li .lil{width: 0%;float: left;}
.note_3 .li .lir{width: 100%;float: left;}
.note_3 .li .lir .reset{width: 24%;height: 42px;float: left;line-height: 40px;border: 1px solid #ddd;background: #fff;color: #333;}
.note_3 .li .lir .submit{width: 24%;height: 42px;float: left;line-height: 40px;border: 1px solid #f90;background: #f90;color: #fff;margin-right: 2%;}
.note_3 .li .lir .textarea{width: 80%;height:128px;background: #fff; line-height:32px;padding:6px;outline: none;color: #aaa;font-size: 13px;float: left;border: 1px solid #ddd;}
.note_3 .li .lir .input{width: 50%;background: #fff;line-height: 40px;outline: none;color: #aaa;font-size: 13px;float: left;height: 42px;border: 1px solid #ddd;margin: 0;}
.note_3 .li .lir .select{width: 50%;background: #fff;line-height: 40px;outline: none;color: #aaa;font-size: 13px;float: left;height: 42px;border: 1px solid #ddd;}
.note_3 .li .lir .province{width: 24%;margin-right: 2%;}
.note_3 .li .lir .city{width: 24%;}
.note_3 .li .lir .short{width: 24%;margin-right: 20px;}
.note_3 .li .lir .verify{width: 24%;border-right: none;margin-right: 0;}
.note_3 .li .lir .code{float: left;margin: 0px  0 0 0;cursor: pointer;height: 42px;border: 1px solid #ddd;padding: 2px;border-left: none;}
.note_3 .li .lir .input:focus{outline: none;box-shadow: 0 0 4px #E77817 ;}
.note_3 .li .lir label{float: left;margin: 0 10px 0 0;height: 20px;}
.note_3 .li .lir label .radio{float: left;margin-right: 5px;}
.note_3 .li .lir label i{float: left;font-style: normal;}
@media (max-width: 768px) {
.note_3 .li{width: 100%;float: left;margin-bottom: 15px;}
.note_3 .li .lil{width: 0%;float: left;}
.note_3 .li .lir{width: 100%;float: left;}
.note_3 .li .lir .reset{width: 49%;float: right;}
.note_3 .li .lir .submit{width: 49%;margin-right: 0px;}
.note_3 .li .lir .textarea{width: 100%;}
.note_3 .li .lir .input{width: 100%;}
.note_3 .li .lir .select{width: 100%;}
.note_3 .li .lir .province{width: 49%;margin-right: 0;}
.note_3 .li .lir .city{width: 49%;float: right;margin-right: 0;}
.note_3 .li .lir .short{width: 24%;}
.note_3 .li .lir .verify{width: 50%;}
}

/*htmlPn_02*/
.htmlPn_02{float: left;width: 100%;line-height: 30px;font-size: 14px;font-weight: normal;margin:0px 0 20px;color: #666;padding:0 20px 0 0;}
.htmlPn_02 a{color: #333;background: #fff;line-height: 60px;float: left;text-align: center;width: 50%;color: #999;font-size: 20px;transition:0.5s;}
.htmlPn_02 a:hover{background: #aaa;color: #fff;}
.htmlPn_02 a:nth-child(2){border-left: 1px solid #eee;}
@media (max-width: 768px) {
.htmlPn_02{display: none;}
}

/*htmlPn_03*/
.htmlPn_03{float: left;width: 100%;line-height: 30px;font-size: 14px;font-weight: normal;margin:0px 0 20px;color: #666;padding:15px 15%;background: #f4f4f4;}
.htmlPn_03 a{color: #333;background: #f4f4f4;line-height: 36px;float: left;text-align: center;width: 29.333%;color: #666;font-size: 14px;transition:0.5s;margin: 0 2%;border: 1px solid #ddd;border-radius: 4px;}
.htmlPn_03 a:hover{background: #fff;color: #333;}
@media (max-width: 768px) {
.htmlPn_03{float: left;width: 100%;line-height: 30px;font-size: 14px;font-weight: normal;margin:0px 0 0px;color: #666;padding:15px;background: #f4f4f4;}
.htmlPn_03 a{color: #333;background: #f4f4f4;line-height: 36px;float: left;text-align: center;width: 29.333%;color: #666;font-size: 14px;transition:0.5s;margin: 0 2%;border: 1px solid #ddd;border-radius: 4px;}
.htmlPn_03 a:hover{background: #fff;color: #333;}
}

.video_pc{float: left;width: 100%;margin-bottom: 20px;}
.video_pc iframe{float: left;width: 100%;height: 400px;}
@media (max-width: 768px) {
.video_pc{display: none;}
}
.video_m{float: left;width: 100%;display: none;margin-bottom: 20px;}
.video_m iframe{float: left;width: 100%;height: 200px;}
@media (max-width: 768px) {
.video_m{display: block;}
}

/* institutionOne */
.institutionOne{float: left;width: 100%;background:#eee;height: 450px;background-attachment: fixed;}
.institutionOne .box{width: 100%;float: left;}
.institutionOne .box b{width: 100%;float: left;text-align: center;height: 60px;margin-top: 100px;}
.institutionOne .box b img{display: inline-block;}
.institutionOne .box p{width: 100%;float: left;line-height: 36px;font-size: 16px;height: 120px;text-align: center;color: #666;padding:0px 0 20px;opacity: 1;position: relative;transition:0.3s;}
.institutionOne .box span{width: 100%;float: left;height: 2px;text-align: center;margin: 50px 0 30px;padding: 0 49%;}
.institutionOne .box span i{width: 30px;height: 2px;background: #333;display: inline-block;width: 100%;float: left;}
@media (max-width: 768px) {
.institutionOne{float: left;width: 100%;background:#eee;height: auto;background-attachment: fixed;}
.institutionOne .box{width: 100%;float: left;}
.institutionOne .box b{width: 100%;float: left;text-align: center;height: 40px;margin-top:40px;}
.institutionOne .box b img{display: inline-block;height: 40px;}
.institutionOne .box p{width: 100%;float: left;line-height: 24px;font-size: 13px;height: auto;text-align: center;color: #666;padding:0px 15px 30px;opacity: 1;position: relative;transition:0.3s;}
.institutionOne .box span{width: 100%;float: left;height: 2px;text-align: center;margin: 10px 0;padding: 0 48%;}
.institutionOne .box span i{width: 30px;height: 2px;background: #333;float: left;width: 100%;}
}


/*institutionTwo*/
.institutionTwo{float: left;width: 100%;padding: 80px 0;background: #fff;}
.institutionTwo .t{float: left;width: 100%;text-align: center;padding-bottom: 0px;position: relative;-webkit-transition: 0.5s;border-bottom: 1px solid #ddd;margin-bottom: 30px;}
.institutionTwo .t b{float: left;width: 100%;line-height: 80px;font-size:26px;color: #f90;font-weight: normal;text-transform: uppercase;}
.institutionTwo .t p{float: left;width: 100%;height:3px;padding: 0 48.5%;}
.institutionTwo .t p i{display: inline-block;width: 100%;height: 3px;background: #f90;float: left;}
.institutionTwo .ul{float: left;width: 100%;}
.institutionTwo .ul li{float: left;width:23.5%;margin: 0px 2% 20px 0 ;background: #eee;position: relative;}
.institutionTwo .ul li:nth-child(4n){margin-right: 0;}
.institutionTwo .ul li .img{float: left;width:100%;overflow: hidden;z-index: 1;}
.institutionTwo .ul li .img img{float: left;width:100%;-webkit-transition: 0.3s;-moz-transition: 0.3s;-ms-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;}
.institutionTwo .ul li:hover .img img{-webkit-transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);-transform:scale(1.1,1.1);}
.institutionTwo .ul li .title{float: left;width:100%;line-height: 36px;color: #333;overflow: hidden;font-size: 14px;height: 36px;padding:0 10px;margin: 10px 0 0px;}
.institutionTwo .ul li p{float: left;width:100%;line-height: 20px;color: #666;overflow: hidden;font-size: 14px;padding:0px 10px 15px;}
.institutionTwo .ul li p em{float: left;font-style: normal;color: #aaa;line-height: 20px;margin-right: 15px;}
.institutionTwo .ul li p span{float: left;font-style: normal;color: #aaa;line-height: 20px;top: 0;margin-right: 4px;}
@media (max-width: 768px) {
.institutionTwo{float: left;width: 100%;padding: 15px 15px;background: #fff;}
.institutionTwo .ul{float: left;width: 100%;}
.institutionTwo .ul li{float: left;width:49%;margin: 0px 2% 10px 0 ;background: #eee;position: relative;}
.institutionTwo .ul li:nth-child(2n){margin-right: 0;float: right;}
.institutionTwo .ul li .img{float: left;width:100%;overflow: hidden;z-index: 1;}
.institutionTwo .ul li .img img{float: left;width:100%;-webkit-transition: 0.3s;-moz-transition: 0.3s;-ms-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;}
.institutionTwo .ul li:hover .img img{-webkit-transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);-transform:scale(1.1,1.1);}
.institutionTwo .ul li .title{float: left;width:100%;line-height: 20px;color: #333;overflow: hidden;font-size: 14px;height: 40px;padding:0 10px;margin: 10px 0 10px;}
.institutionTwo .ul li p{float: left;width:100%;line-height: 20px;color: #666;overflow: hidden;font-size: 14px;padding:0px 10px 15px;display: none;}
.institutionTwo .ul li p em{float: left;font-style: normal;color: #aaa;line-height: 20px;margin-right: 15px;}
.institutionTwo .ul li p span{float: left;font-style: normal;color: #aaa;line-height: 20px;top: 0;margin-right: 4px;}
.institutionTwo .t{float: left;width: 100%;text-align: center;padding-bottom: 0px;position: relative;-webkit-transition: 0.5s;border-bottom: 1px solid #ddd;margin-bottom: 30px;}
.institutionTwo .t b{float: left;width: 100%;line-height: 60px;font-size:22px;color: #f90;font-weight: normal;text-transform: uppercase;}
.institutionTwo .t p{float: left;width: 100%;height:3px;padding: 0 46%;}
.institutionTwo .t p i{display: inline-block;width: 100%;height: 3px;background: #f90;float: left;}
}


/* institutionThree */
.institutionThree{ overflow:hidden; position:relative;width:100%;float: left;background: url(../images/bg1.jpg) no-repeat center top;padding: 80px 0;  }
.institutionThree.on .box .t{top: 0;opacity: 1;}
.institutionThree.on .box .t2{margin-top: 0;opacity: 1;}
.institutionThree.on .box .p{opacity: 1;}
.institutionThree .box{ width:100%;  float: left; }
.institutionThree .box .p{float: left;width: 100%;text-align: center;line-height: 36px;font-size: 15px;color: #666;margin-bottom: 50px;-webkit-transition: 0.5s;opacity: 0;padding: 0 100px;}
.institutionThree .box .t{float: left;width: 100%;text-align: center;padding-bottom: 0px;position: relative;top: -200px;-webkit-transition: 0.5s;border-bottom: 1px solid #ddd;margin-bottom: 30px;opacity: 0;}
.institutionThree .box .t b{float: left;width: 100%;line-height: 80px;font-size:26px;color: #f90;font-weight: normal;text-transform: uppercase;}
.institutionThree .box .t p{float: left;width: 100%;height:3px;padding: 0 48.5%;}
.institutionThree .box .t p i{display: inline-block;width: 100%;height: 3px;background: #f90;float: left;}

.institutionThree .box .t2{float: left;width: 100%;text-align: center;padding-bottom: 0px;position: relative;-webkit-transition: 0.5s;border-bottom: 1px solid #ddd;margin-bottom: 30px;margin-top:20px;opacity: 0;transition-delay:1s;}
.institutionThree .box .t2 b{float: left;width: 100%;line-height: 80px;font-size:26px;color: #f90;font-weight: normal;text-transform: uppercase;}
.institutionThree .box .t2 p{float: left;width: 100%;height:3px;padding: 0 48.5%;}
.institutionThree .box .t2 p i{display: inline-block;width: 100%;height: 3px;background: #f90;float: left;}

.institutionThree .box .prev{ display:block;width:50px; height:80px; float:left;display: none; overflow:hidden;cursor:pointer; background:url("../images/prev_arrow_60.png") no-repeat;position: absolute;left: 5px;z-index: 9999;top: 41%;opacity: 0.4;-webkit-transition: 0.3s;-moz-transition: 0.3s;-ms-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;}
.institutionThree .box .next{ display:block;width:50px; height:80px; float:right;display: none; overflow:hidden;cursor:pointer; background:url("../images/next_arrow_60.png") no-repeat;position: absolute;right: 5px;z-index: 9999;top: 41%;opacity: 0.4;-webkit-transition: 0.3s;-moz-transition: 0.3s;-ms-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;}
.institutionThree .box .hd{ overflow:hidden;height:30px; padding:0 10px;  }
.institutionThree .box .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; zoom:1;width: 100%;text-align: center; }
.institutionThree .box .hd ul li{ display: inline-block; width:16px; height:16px; overflow:hidden; margin:0 5px; text-indent:-999px; cursor:pointer; background:#f90; border-radius: 100%;opacity: 0.5;}
.institutionThree .box .hd ul li.on{ opacity: 1;}
.institutionThree .box .bd{overflow:hidden;  float: left;width: 100%;}
.institutionThree .box .bd ul{ overflow:hidden; zoom:1; width:100%;  float:left; }
.institutionThree .box .bd ul{ overflow:hidden; zoom:1;float: left;width: 100%; }
.institutionThree .box .bd ul li{float: left;width: 20%;text-align: center;color: #555;cursor: pointer;margin-bottom: 20px;}
.institutionThree .box .bd ul li .img{float: left;width: 100%;padding: 0 5%;}
.institutionThree .box .bd ul li .img img{float: left;width: 100%;-webkit-transition: 0.3s;-moz-transition: 0.3s;-ms-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;}
.institutionThree .box .bd ul li:hover .img img{-webkit-transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);-transform:scale(1.1,1.1);}
@media (max-width: 768px) {
.institutionThree{ overflow:hidden; position:relative;width:100%;float: left;background: url(../images/bg1.jpg) no-repeat center top;padding: 20px 0;  }
.institutionThree.on .box .t{top: 0;}
.institutionThree.on .box .p{opacity: 1;}
.institutionThree .box{ width:100%;  float: left; }
.institutionThree .box .p{float: left;width: 100%;text-align: center;line-height: 24px;font-size: 13px;color: #666;margin-bottom: 20px;-webkit-transition: 0.5s;opacity: 0;padding: 0 15px;}
.institutionThree .box .t{float: left;width: 100%;text-align: center;padding-bottom: 0px;position: relative;top: -200px;-webkit-transition: 0.5s;border-bottom: 1px solid #ddd;margin-bottom: 30px;}
.institutionThree .box .t b{float: left;width: 100%;line-height: 60px;font-size:22px;color: #f90;font-weight: normal;text-transform: uppercase;}
.institutionThree .box .t p{float: left;width: 100%;height:3px;padding: 0 46%;}
.institutionThree .box .t p i{display: inline-block;width: 100%;height: 3px;background: #f90;float: left;}
.institutionThree .box .t2{float: left;width: 100%;text-align: center;padding-bottom: 0px;position: relative;-webkit-transition: 0.5s;border-bottom: 1px solid #ddd;margin-bottom: 30px;margin-top:20px;opacity: 0;transition-delay:1s;}
.institutionThree .box .t2 b{float: left;width: 100%;line-height: 60px;font-size:22px;color: #f90;font-weight: normal;text-transform: uppercase;}
.institutionThree .box .t2 p{float: left;width: 100%;height:3px;padding: 0 46%;}
.institutionThree .box .t2 p i{display: inline-block;width: 100%;height: 3px;background: #f90;float: left;}
.institutionThree .box .prev{ display:block;width:50px; height:80px; float:left;display: none; overflow:hidden;cursor:pointer; background:url("../images/prev_arrow_60.png") no-repeat;position: absolute;left: 5px;z-index: 9999;top: 41%;opacity: 0.4;-webkit-transition: 0.3s;-moz-transition: 0.3s;-ms-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;}
.institutionThree .box .next{ display:block;width:50px; height:80px; float:right;display: none; overflow:hidden;cursor:pointer; background:url("../images/next_arrow_60.png") no-repeat;position: absolute;right: 5px;z-index: 9999;top: 41%;opacity: 0.4;-webkit-transition: 0.3s;-moz-transition: 0.3s;-ms-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;}
.institutionThree .box .hd{ overflow:hidden;height:40px; padding:0 10px;  }
.institutionThree .box .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:20px; zoom:1;width: 100%;text-align: center; }
.institutionThree .box .hd ul li{ display: inline-block; width:16px; height:16px; overflow:hidden; margin:0 5px; text-indent:-999px; cursor:pointer; background:#aaa; border-radius: 100%;opacity: 0.5;}
.institutionThree .box .hd ul li.on{ opacity: 1;}
.institutionThree .box .bd{overflow:hidden;  float: left;width: 100%;padding: 0 15px;}
.institutionThree .box .bd ul{ overflow:hidden; zoom:1; width:100%;  float:left; }
.institutionThree .box .bd ul{ overflow:hidden; zoom:1;float: left;width: 100%; }
.institutionThree .box .bd ul li{float: left;width: 20%;text-align: center;color: #555;cursor: pointer;margin-bottom: 2px;}
.institutionThree .box .bd ul li .img{float: left;width: 100%;padding: 0 1%;}
.institutionThree .box .bd ul li .img img{float: left;width: 100%;-webkit-transition: 0.3s;-moz-transition: 0.3s;-ms-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;}
.institutionThree .box .bd ul li:hover .img img{-webkit-transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);-transform:scale(1.1,1.1);}
}

/*institutionFour*/
.institutionFour{width: 100%;float: left;padding: 80px 0;background: #e5e5e5;}
.institutionFour.on .box .l{left: 0;}
.institutionFour .box{width: 100%;float: left;}
.institutionFour .box .r{float: right;width: 700px;padding: 0px 0px 0 20px;text-transform: uppercase;}
.institutionFour .box .r b{float: left;width: 100%;line-height: 80px;font-size: 30px;font-weight: normal;color: #f90;}
.institutionFour .box .r span{float: left;width: 100%;line-height: 80px;font-size: 24px;color: #333;}
.institutionFour .box .r em{float: left;width: 30px;height: 3px;background: #f90;}
.institutionFour .box .r p{float: left;width:100%;color: #333;font-size: 15px;line-height: 30px;}
.institutionFour .box .l{float: left;position: relative;left: -100%;-webkit-transition: 1s;-moz-transition: 1s;-ms-transition: 1s;-o-transition: 1s;transition: 1s;}
@media (max-width: 768px) {
.institutionFour{width: 100%;float: left;padding: 0px 0;background: #e5e5e5;}
.institutionFour.on .box .l{left: 0;}
.institutionFour .box{width: 100%;float: left;}
.institutionFour .box .r{float: right;width: 100%;padding: 15px;text-transform: uppercase;}
.institutionFour .box .r b{float: left;width: 100%;line-height: 60px;font-size: 16px;font-weight: normal;color: #f90;}
.institutionFour .box .r span{float: left;width: 100%;line-height: 60px;font-size: 16px;color: #333;}
.institutionFour .box .r em{float: left;width: 30px;height: 3px;background: #f90;}
.institutionFour .box .r p{float: left;width:100%;color: #333;font-size: 14px;line-height: 24px;margin-bottom: 10px;}
.institutionFour .box .l{float: left;position: relative;left: 0;-webkit-transition: 1s;-moz-transition: 1s;-ms-transition: 1s;-o-transition: 1s;transition: 1s;width: 100%;}
.institutionFour .box .l a{float: left;width: 100%}
.institutionFour .box .l a img{float: left;width: 100%}
}


/* institutionFive */
.institutionFive{ overflow:hidden; position:relative;width:100%;float: left;background:#fff;padding: 80px 0;  }
.institutionFive .t{float: left;width: 100%;text-align: center;padding-bottom: 0px;position: relative;-webkit-transition: 0.5s;border-bottom: 1px solid #ddd;margin-bottom: 30px;}
.institutionFive .t b{float: left;width: 100%;line-height: 80px;font-size:26px;color: #f90;font-weight: normal;text-transform: uppercase;}
.institutionFive .t p{float: left;width: 100%;height:3px;padding: 0 48.5%;}
.institutionFive .t p i{display: inline-block;width: 100%;height: 3px;background: #f90;float: left;}
.institutionFive.on .box .p{opacity: 1;}
.institutionFive .box{ width:100%;  float: left; }
.institutionFive .box .prev{ display:block;width:50px; height:80px; float:left;display: none; overflow:hidden;cursor:pointer; background:url("../images/prev_arrow_60.png") no-repeat;position: absolute;left: 5px;z-index: 9999;top: 41%;opacity: 0.4;-webkit-transition: 0.3s;-moz-transition: 0.3s;-ms-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;}
.institutionFive .box .next{ display:block;width:50px; height:80px; float:right;display: none; overflow:hidden;cursor:pointer; background:url("../images/next_arrow_60.png") no-repeat;position: absolute;right: 5px;z-index: 9999;top: 41%;opacity: 0.4;-webkit-transition: 0.3s;-moz-transition: 0.3s;-ms-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;}
.institutionFive .box .hd{ overflow:hidden;height:30px; padding:0 10px;  }
.institutionFive .box .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; zoom:1;width: 100%;text-align: center; }
.institutionFive .box .hd ul li{ display: inline-block; width:16px; height:16px; overflow:hidden; margin:0 5px; text-indent:-999px; cursor:pointer; background:#f90; border-radius: 100%;opacity: 0.5;}
.institutionFive .box .hd ul li.on{ opacity: 1;}
.institutionFive .box .bd{overflow:hidden;  float: left;width: 100%;margin-bottom: 20px;}
.institutionFive .box .bd ul{ overflow:hidden; zoom:1; width:100%;  float:left; }
.institutionFive .box .bd ul{ overflow:hidden; zoom:1;float: left;width: 100%; }
.institutionFive .box .bd ul li{float: left;width: 33.3333%;border-right: 1px solid #fff;margin-bottom: 1px;background: #f90;position: relative;}
.institutionFive .box .bd ul li:hover .img{opacity: 0;}
.institutionFive .box .bd ul li:hover .text{opacity: 1;}
.institutionFive .box .bd ul li .text{float: left;width: 100%;position: absolute;z-index: 2;padding: 50px 30px 0 30px;color: #fff;opacity: 0;}
.institutionFive .box .bd ul li .text b{float: left;width: 100%;font-size: 20px;color: #fff;line-height: 30px;font-weight: normal;margin: 0 0 0px;}
.institutionFive .box .bd ul li .text span{float: left;width: 100%;font-size: 14px;color: #fff;line-height: 30px;}
.institutionFive .box .bd ul li .img{float: left;width: 100%;position: relative;z-index: 1;transition: 0.3s;}
.institutionFive .box .bd ul li .img img{float: left;width: 100%;}
@media (max-width: 768px) {
.institutionFive{ overflow:hidden; position:relative;width:100%;float: left;background:#fff;padding:15px;  }
.institutionFive.on .box .p{opacity: 1;}
.institutionFive .box{ width:100%;  float: left; }
.institutionFive .box .prev{ display:block;width:50px; height:80px; float:left;display: none; overflow:hidden;cursor:pointer; background:url("../images/prev_arrow_60.png") no-repeat;position: absolute;left: 5px;z-index: 9999;top: 41%;opacity: 0.4;-webkit-transition: 0.3s;-moz-transition: 0.3s;-ms-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;}
.institutionFive .box .next{ display:block;width:50px; height:80px; float:right;display: none; overflow:hidden;cursor:pointer; background:url("../images/next_arrow_60.png") no-repeat;position: absolute;right: 5px;z-index: 9999;top: 41%;opacity: 0.4;-webkit-transition: 0.3s;-moz-transition: 0.3s;-ms-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;}
.institutionFive .box .hd{ overflow:hidden;height:40px; padding:0 10px;  }
.institutionFive .box .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:20px; zoom:1;width: 100%;text-align: center; }
.institutionFive .box .hd ul li{ display: inline-block; width:16px; height:16px; overflow:hidden; margin:0 5px; text-indent:-999px; cursor:pointer; background:#aaa; border-radius: 100%;opacity: 0.5;}
.institutionFive .box .hd ul li.on{ opacity: 1;}
.institutionFive .box .bd{overflow:hidden;  float: left;width: 100%;margin-bottom: 20px;}
.institutionFive .box .bd ul{ overflow:hidden; zoom:1; width:100%;  float:left; }
.institutionFive .box .bd ul{ overflow:hidden; zoom:1;float: left;width: 100%; }
.institutionFive .box .bd ul li{float: left;width: 33.3333%;border-right: 1px solid #fff;margin-bottom: 1px;background: #f90;position: relative;}
.institutionFive .box .bd ul li:hover .img{opacity: 0;}
.institutionFive .box .bd ul li:hover .text{opacity: 1;}
.institutionFive .box .bd ul li .text{float: left;width: 100%;position: absolute;z-index: 2;padding: 50px 30px 0 30px;color: #fff;opacity: 0;display: none;}
.institutionFive .box .bd ul li .text b{float: left;width: 100%;font-size: 20px;color: #fff;line-height: 30px;font-weight: normal;margin: 0 0 0px;}
.institutionFive .box .bd ul li .text span{float: left;width: 100%;font-size: 14px;color: #fff;line-height: 30px;}
.institutionFive .box .bd ul li .img{float: left;width: 100%;position: relative;z-index: 1;transition: 0.3s;}
.institutionFive .box .bd ul li .img img{float: left;width: 100%;}
}


/* institutionSix */
.institutionSix{float: left;width: 100%;background: url(/Public/Common/Images/bg4.jpg) no-repeat center top;height: 450px;background-attachment: fixed;}
.institutionSix.on .box p{opacity: 1;padding-top: 100px;}
.institutionSix.on .box span{opacity: 1;padding-top: 0;}
.institutionSix.on .box em{opacity: 1;margin-top: 20px;}
.institutionSix.on .box i{opacity: 1;margin-top: 0px;}
.institutionSix .box{width: 100%;float: left;}
.institutionSix .box p{width: 100%;float: left;line-height: 60px;font-size: 40px;height: 160px;text-align: center;color: #fff;padding:0px 0 0px;opacity: 0;position: relative;transition:0.3s;}
.institutionSix .box span{width: 100%;float: left;line-height: 60px;font-size: 24px;text-align: center;color: #fff;position: relative;transition:1s;opacity: 0;height: 60px;padding: 0px 0 0 0;text-transform: uppercase;}
.institutionSix .box i{width: 100%;float: left;line-height: 30px;font-size: 14px;text-align: center;color: #fff;position: relative;transition:1s;opacity: 0;padding: 0px 0 0 0;text-transform: uppercase;font-style: normal;}
.institutionSix .box em{width: 100%;float: left;line-height: 50px;text-align: center;margin: 20px 0 0;transition:1s;opacity: 0;margin-top: 40px;}
.institutionSix .box em a{display: inline-block;height: 50px;border-radius: 5px;background: none;color: #fff;padding: 0 60px;line-height: 50px;font-size: 15px;border: 1px solid #fff;}
@media (max-width: 768px) {
.institutionSix{background-attachment: fixed;height: auto;padding: 0 0 40px;background-size: cover;}
.institutionSix.on .box p{opacity: 1;padding-top: 40px;}
.institutionSix.on .box span{opacity: 1;padding-top: 40px;}
.institutionSix.on .box em{opacity: 1;margin-top: 20px;}
.institutionSix.on .box i{opacity: 1;margin-top: 20px;}
.institutionSix .box{width: 100%;float: left;}
.institutionSix .box p{width: 100%;float: left;line-height: 60px;font-size: 18px;height: 60px;text-align: center;color: #fff;padding:30px 0 20px;opacity: 1;position: relative;transition:0.3s;}
.institutionSix .box span{width: 100%;float: left;line-height: 22px;font-size: 14px;text-align: center;color: #fff;letter-spacing: 0px;position: relative;transition:1s;opacity: 1;height: auto;padding: 20px 20px 0;}
.institutionSix .box i{width: 100%;float: left;line-height: 20px;font-size: 14px;text-align: center;color: #fff;position: relative;transition:1s;opacity: 1;padding: 10px 20px 0;text-transform: uppercase;font-style: normal;}
.institutionSix .box em{width: 100%;float: left;line-height: 40px;text-align: center;margin: 20px 0 0;transition:1s;opacity: 1;margin-top: 20px;}
.institutionSix .box em a{display: inline-block;height: 40px;border-radius: 40px;background: none;color: #fff;padding: 0 40px;line-height: 40px;font-size: 15px;}
}


/*casesbox_wrap*/
.casesbox_wrap{ float: left;width: 100%;background: #eee;padding: 60px 0;}
.casesbox{ float: left; margin-top: 20px;width: 100%;}
.casesbox .box{ width:100%;position:relative;float: left;padding: 0px 0px 0;}
.casesbox .box .t{float: left;width:100%;font-size: 18px;color: #666;border-bottom: 1px solid #ddd;margin-bottom: 60px;}
.casesbox .box .t b{float: left;width:100%;font-size: 32px;color: #333;line-height: 40px;font-weight: normal;text-align: center;}
.casesbox .box .t p{float: left;width:100%;font-size: 24px;color: #aaa;line-height: 60px;text-align: center;}
.casesbox .box .t em{float: left;width:100%;height: 6px;padding: 0 47.5%;}
.casesbox .box .t em i{float: left;width:100%;height: 6px;background: #333;}
.casesbox .box .hd{ overflow:hidden;  height:50px;float: left;width: 100%;text-align: center;margin-top: 20px;}
.casesbox .box .hd b{float: left;height: 50px;font-size: 16px;color: #d30;font-weight: normal;line-height: 50px; }
.casesbox .box .hd .prevStop{ background-position:-60px 0; }
.casesbox .box .hd .nextStop{ background-position:-60px -50px; }
.casesbox .box .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:15px; zoom:1;width: 100%;text-align: center; }
.casesbox .box .hd ul li{ display: inline-block; width:16px; height:16px; overflow:hidden; margin:0 5px; text-indent:-999px; cursor:pointer; background:#aaa; border-radius: 100%;opacity: 0.4;}
.casesbox .box .hd ul li.on{ opacity: 1;}
.casesbox .box .prev{ display:block;  width:60px; cursor:pointer; background: url(../images/prev_arrow_60.png) no-repeat;height: 90px;position: absolute;left:-60px;top: 340px;opacity: 0.3;}
.casesbox .box .prev:hover{opacity: 0.9;}
.casesbox .box .next{ display:block;  width:60px; cursor:pointer; background: url(../images/next_arrow_60.png) no-repeat;height: 90px;position: absolute;right: -60px;top: 340px;opacity: 0.3;}
.casesbox .box .next:hover{opacity: 0.9;}
.casesbox .box .bd{ float: left;width:100%;margin: 0 0px;overflow: hidden;padding: 0px 0%;}
.casesbox .box .bd ul{ overflow:hidden; zoom:1;float: left;width: 100%; }
.casesbox .box .bd ul li{float: left;width: 25%;text-align: center;color: #555;cursor: pointer;}
.casesbox .box .bd ul li .libox{float: left;width: 100%;background: #fff;border-left: 15px solid #eee;border-right: 15px solid #eee;-webkit-transition: 0.3s;-moz-transition: 0.3s;-ms-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;}
.casesbox .box .bd ul li .libox .img{float: left;width: 100%;padding: 0 20%;margin-top: 40px;}
.casesbox .box .bd ul li .libox .img img{float: left;width: 100%;background: #fff;-webkit-transition: 0.3s;-moz-transition: 0.3s;-ms-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;}
.casesbox .box .bd ul li .libox .info{float: left;width: 100%;padding: 0 20% 30px;}
.casesbox .box .bd ul li .libox .info b{float: left;width: 100%;padding: 0 0%;text-align: center;color: #333;line-height: 24px;margin: 20px 0;font-size: 15px;-webkit-transition: 0.3s;-moz-transition: 0.3s;-ms-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;}
.casesbox .box .bd ul li .libox .info .zx{color: #fff;float: left;width: 100%;line-height: 40px;background: #f90}
@media (max-width: 768px) {
.casesbox_wrap{display: none;}
.casesbox{display: none;}
}
/*casesbox_m_wrap*/
.casesbox_m_wrap{ float: left;width: 100%;background: #eee;height: auto;display: none;}
.casesbox_m{ float: left; margin-top: 0px;width: 100%;padding-bottom: 20px;display: none;}
.casesbox_m .box{ width:100%;position:relative;float: left;padding: 40px 0px 0;}
.casesbox_m .box .t{float: left;width:100%;font-size: 18px;color: #666;border-bottom: 1px solid #ddd;margin-bottom: 20px;}
.casesbox_m .box .t b{float: left;width:100%;font-size: 22px;color: #333;line-height: 20px;font-weight: normal;text-align: center;}
.casesbox_m .box .t p{float: left;width:100%;font-size: 16px;color: #aaa;line-height: 40px;text-align: center;}
.casesbox_m .box .t em{float: left;width:100%;height: 3px;padding: 0 43%;}
.casesbox_m .box .t em i{float: left;width:100%;height: 3px;background: #333;}
.casesbox_m .box .hd{ overflow:hidden;  height:50px;float: left;width: 100%;text-align: center;margin-top: 20px;}
.casesbox_m .box .hd b{float: left;height: 50px;font-size: 16px;color: #d30;font-weight: normal;line-height: 50px; }
.casesbox_m .box .hd .prevStop{ background-position:-60px 0; }
.casesbox_m .box .hd .nextStop{ background-position:-60px -50px; }
.casesbox_m .box .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:15px; zoom:1;width: 100%;text-align: center; }
.casesbox_m .box .hd ul li{ display: inline-block; width:16px; height:16px; overflow:hidden; margin:0 5px; text-indent:-999px; cursor:pointer; background:#aaa; border-radius: 100%;opacity: 0.4;}
.casesbox_m .box .hd ul li.on{ opacity: 1;}
.casesbox_m .box .prev{ display:block;  width:60px; cursor:pointer; background: url(../images/prev_arrow_60.png) no-repeat;height: 90px;position: absolute;left:0px;top: 240px;opacity: 0.3;z-index: 100;}
.casesbox_m .box .prev:hover{opacity: 0.9;}
.casesbox_m .box .next{ display:block;  width:60px; cursor:pointer; background: url(../images/next_arrow_60.png) no-repeat;height: 90px;position: absolute;right: 0px;top: 240px;opacity: 0.3;z-index: 100;}
.casesbox_m .box .next:hover{opacity: 0.9;}
.casesbox_m .box .bd{ float: left;width:100%;margin: 0 0px;overflow: hidden;padding: 0px 10px;}
.casesbox_m .box .bd ul{ overflow:hidden; zoom:1;float: left;width: 100%; }
.casesbox_m .box .bd ul li{float: left;width: 50%;text-align: center;color: #555;cursor: pointer;}
.casesbox_m .box .bd ul li:hover .libox{background: #f90}
.casesbox_m .box .bd ul li:hover .libox .info .text p{color: #fff}
.casesbox_m .box .bd ul li .libox{float: left;width: 100%;background: #fff;border-left: 10px solid #eee;border-right: 10px solid #eee;-webkit-transition: 0.3s;-moz-transition: 0.3s;-ms-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;}
.casesbox_m .box .bd ul li .libox b{float: left;width: 100%;background: #f90;height: 50px;line-height: 50px;text-align: center;color: #fff;font-size: 14px;font-weight: normal;padding: 0 20px;overflow: hidden;}
.casesbox_m .box .bd ul li .libox .img{float: left;width: 100%;padding: 0 10%;margin-top: 30px;}
.casesbox_m .box .bd ul li .libox .img img{float: left;width: 100%;background: #fff;-webkit-transition: 0.3s;-moz-transition: 0.3s;-ms-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;}
.casesbox_m .box .bd ul li .libox .info{float: left;width: 100%;padding: 0 10%;}
.casesbox_m .box .bd ul li .libox .info .text{float: left;width: 100%;}
.casesbox_m .box .bd ul li .libox .info .text p{float: left;width: 100%;padding: 0 0%;text-align: center;color: #333;line-height: 24px;margin: 20px 0;font-size: 13px;-webkit-transition: 0.3s;-moz-transition: 0.3s;-ms-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;}
.casesbox_m .box .bd ul li .libox .info .text span{float: left;width: 100%;padding: 0 20%;}
.casesbox_m .box .bd ul li .libox .info .text span a{color: #333;float: left;width: 100%;border: 1px solid #aaa;line-height: 40px;}
@media (max-width: 768px) {
.casesbox_m_wrap{display: block;}
.casesbox_m{display: block;}
}


/* note_6 */
.note_6{width: 100%;float: left;background:url(/Public/Common/Images/notebg.jpg) no-repeat center center;background-attachment: fixed;padding: 120px 0;}
.note_6 .box{width: 100%;float: left;}
.note_6 .box form{float: left;width: 100%;}
.note_6 .box form .l{float: left;width: 40%;}
.note_6 .box form .l img{float: left;max-width: 100%;}
.note_6 .box form .l_m{float: left;width: 100%;display: none;padding: 0 40px 20px;}
.note_6 .box form .l_m img{float: left;width: 100%;}
.note_6 .box form .m{float: left;width: 60%;padding:10px 60px 0 60px;}
.note_6 .box form .m .c{float: left;width: 100%;color: #fff;}
.note_6 .box form .m .c b{float: left;width: 100%;font-size: 50px;line-height: 70px;font-weight: bold;text-transform: uppercase;}
.note_6 .box form .m .c i{float: left;width: 100%;font-size: 30px;line-height: 40px;font-weight: bold;font-style: normal;}
.note_6 .box form .m .c .inputs{float: left;width: 100%;}
.note_6 .box form .m .c .inputs .input{float: left;width: 35%;height: 44px;border:none;background: #fff;margin: 0 200px 10px 0;line-height: 44px;font-size: 15px;padding: 0 0 0 30px;color: #333;box-shadow: 0 5px 10px rgba(0,0,0,0.05);border-radius: 44px;transition:0.5s;}
.note_6 .box form .m .c .inputs .input:focus{width: 50%;}
.note_6 .box form .m .c .inputs .input::-webkit-input-placeholder {color:#ddd;}
.note_6 .box form .m .c .inputs .input:-moz-placeholder {color:#ddd;}
.note_6 .box form .m .c .inputs .input::-moz-placeholder {color:#ddd;}
.note_6 .box form .m .c .inputs .input:-ms-input-placeholder {color:#ddd;}
.note_6 .box form .m .c .submit{width: 70%;float: left;background: #f90;height: 44px;line-height: 44px;border: none;font-size: 16px;transition:0.5s;color: #fff;border-radius: 44px;padding-left: 30px;text-align: left;margin-bottom: 20px;}
.note_6 .box form .m .c .submit:hover{background: #f60;}
.note_6 .box form .m .c .tel{float: left;width: 100%;margin-bottom: 10px;}
.note_6 .box form .m .c .tel span{float: left;line-height: 32px;color: #fff;font-size: 14px;}
@media (max-width: 768px) {
.note_6{width: 100%;float: left;padding:40px 0px 0;margin-bottom: 0;background-size: 1000px;background-size:cover;background-attachment: inherit }
.note_6 .box form .l{display: none;}
.note_6 .box form .l_m{display: block;}
.note_6 .box form .m{float: left;width: 100%;height: auto;padding:0;position: relative;margin-top:20px;z-index: 3;background: rgba(0,0,0,0.6);padding: 20px;border-radius: 20px 20px 0 0;}
.note_6 .box form .m .c{float: left;width: 100%;}
.note_6 .box form .m .c b{float: left;width: 100%;font-size: 30px;line-height: 60px;font-weight: bold;text-transform: uppercase;}
.note_6 .box form .m .c i{float: left;width: 100%;font-size: 30px;line-height: 40px;font-weight: bold;font-style: normal;margin-bottom: 10px;}
.note_6 .box form .m .c .inputs{float: left;width: 100%;}
.note_6 .box form .m .c .inputs .input{float: left;height: 44px;width: 100%;border:none;background: #fff;margin: 0 0 15px 0;line-height: 44px;font-size: 15px;padding: 0 0 0 30px;color: #333;box-shadow: 0 5px 10px rgba(0,0,0,0.05);border-radius: 44px;}
.note_6 .box form .m .c .inputs .input:focus{width: 90%;}
.note_6 .box form .m .c .inputs .input::-webkit-input-placeholder {color:#ddd;}
.note_6 .box form .m .c .inputs .input:-moz-placeholder {color:#ddd;}
.note_6 .box form .m .c .inputs .input::-moz-placeholder {color:#ddd;}
.note_6 .box form .m .c .inputs .input:-ms-input-placeholder {color:#ddd;}
.note_6 .box form .m .c .submit{width: 100%;float: left;background: #f90;height: 44px;line-height: 44px;border: none;font-size: 16px;transition:0.5s;color: #fff;border-radius: 44px;padding-left: 30px;text-align: left;margin-bottom: 20px;}
.note_6 .box form .m .c .submit:hover{background: #f60;}
.note_6 .box form .m .c .tel{float: left;width: 100%;margin-top: 0px;}
.note_6 .box form .m .c .tel span{float: left;line-height: 22px;color: #fff;font-size: 14px;}
}

.indexBdList{float: left;width: 100%;padding:80px 0 60px;transition:0.5s;background: #f4f4f4;position: relative;}
.indexBdList.on .ul{right: 0;opacity: 1;}
.indexBdList.on .text{left: 0;opacity: 1;}
.indexBdList .text{float: left;width: 15%;padding: 0px 0 0 0;position: relative;transition:0.5s;opacity: 0;left: 100%;text-align: right;}
.indexBdList .text strong{float: left;width: 100%;font-size: 24px;color: #666;line-height: 40px;font-weight: normal;margin: 0px 0 0;transition:0.5s;text-transform: uppercase;}
.indexBdList .text b{float: left;width: 100%;font-size: 80px;color: #ddd;line-height: 60px;font-weight: normal;margin: 0px 0 0;transition:0.5s;}
.indexBdList .text i{float: right;height: 3px;width: 25%;transition:0.5s;margin: 10px 0 20px;background: #f90;}
.indexBdList .text p{float: left;width: 100%;font-size: 36px;color: #ddd;line-height: 75px;height: 75px;padding: 0 0px;transition:0.5s;}
.indexBdList .ul{float: right;width: 80%;position: relative;right: -30px;opacity: 0;transition:0.5s;}
.indexBdList .ul li{float: left;width: 23.5%;margin: 0 2% 20px 0;background: #fff;position: relative;transition:0.5s;cursor: pointer;overflow: hidden;}
.indexBdList .ul li:hover{background:#f90 }
.indexBdList .ul li:hover .img3{bottom: 100%}
.indexBdList .ul li:hover .img2{bottom: 0%}
.indexBdList .ul li:hover .img{opacity: 0;}
.indexBdList .ul li:hover .text{opacity: 1;}
.indexBdList .ul li:nth-child(4n){margin-right: 0;}
.indexBdList .ul li .img1{float: left;width: 100%;transition:0.5s;opacity: 0;}
.indexBdList .ul li .img1 img{float: left;width: 100%;margin: 0px 0;}
.indexBdList .ul li .img2{float: left;width: 100%;transition:0.5s;opacity: 1;position: absolute;z-index: 2;bottom: -100%;}
.indexBdList .ul li .img2 img{float: left;width: 100%;margin: 0px 0;}
.indexBdList .ul li .img3{float: left;width: 100%;transition:0.5s;opacity: 1;position: absolute;z-index: 3;bottom: 0;}
.indexBdList .ul li .img3 img{float: left;width: 100%;margin: 0px 0;opacity: 0.7;}
@media (max-width: 992px) {
.indexBdList{float: left;width: 100%;padding:40px 0px;transition:0.5s;background: #fff;position: relative;border-top: 1px solid #eee;margin-top:0px;}
.indexBdList.on .ul{right: 0;opacity: 1;bottom: 0}
.indexBdList.on .text{left: 0;opacity: 1;bottom: 0}
.indexBdList .text{float: left;width: 100%;padding: 0px 0 0 0;position: relative;transition:0.5s;opacity: 0;left: 0%;text-align: center;bottom: -30px;}
.indexBdList .text strong{float: left;width: 100%;font-size: 24px;color: #666;line-height: 40px;font-weight: normal;margin: 0px 0 0;transition:0.5s;text-transform: uppercase;}
.indexBdList .text b{float: left;width: 100%;font-size: 80px;color: #ddd;line-height: 60px;font-weight: normal;margin: 0px 0 0;transition:0.5s;}
.indexBdList .text i{float: left;height: 3px;width: 20%;transition:0.5s;margin: 10px 40% 20px;background: #f90;}
.indexBdList .text p{float: left;width: 100%;font-size: 36px;color: #ddd;line-height: 75px;height: 75px;padding: 0 0px;transition:0.5s;}
.indexBdList .ul{float: right;width: 100%;position: relative;right: 0px;opacity: 0;transition:0.5s;padding: 0 25px;bottom: -30px;}
.indexBdList .ul li{float: left;width: 48%;margin: 0 4% 15px 0;background: #eee;position: relative;transition:0.5s;cursor: pointer;overflow: hidden;}
.indexBdList .ul li:hover{background:#f90 }
.indexBdList .ul li:hover .img3{bottom: 100%}
.indexBdList .ul li:hover .img2{bottom: 0%}
.indexBdList .ul li:hover .img{opacity: 0;}
.indexBdList .ul li:hover .text{opacity: 1;}
.indexBdList .ul li:nth-child(2n){margin-right: 0;}
.indexBdList .ul li .img1{float: left;width: 100%;transition:0.5s;opacity: 0;}
.indexBdList .ul li .img1 img{float: left;width: 100%;margin: 0px 0;}
.indexBdList .ul li .img2{float: left;width: 100%;transition:0.5s;opacity: 1;position: absolute;z-index: 2;bottom: -100%;}
.indexBdList .ul li .img2 img{float: left;width: 100%;margin: 0px 0;}
.indexBdList .ul li .img3{float: left;width: 100%;transition:0.5s;opacity: 1;position: absolute;z-index: 3;bottom: 0;}
.indexBdList .ul li .img3 img{float: left;width: 100%;margin: 0px 0;opacity: 0.7;}
}


/* bmiNote */
.bmiNote{width: 100%;float: left;background:#f4f4f4;margin-bottom: 30px;margin-top: -40px;border-top: 1px solid #f90;padding:100px 0 0;vmm}
.bmiNote .box{width: 100%;float: left;}
.bmiNote .box form{float: left;width: 100%;}
.bmiNote .box form .l{float: left;width: 30%;}
.bmiNote .box form .l img{float: left;width: 100%;}
.bmiNote .box form .m{float: left;width: 70%;padding:100px 60px 0 60px;}
.bmiNote .box form .m .c{float: left;width: 100%;}
.bmiNote .box form .m .c img{float: left;margin-bottom: 20px;}
.bmiNote .box form .m .c b{float: left;width: 100%;color: #000;font-size: 14px;line-height:30px;font-weight: normal;margin-bottom: 15px;}
.bmiNote .box form .m .c .res{float: left;width: 100%;padding: 10px;line-height: 40px;background:#fff;border: 1px dashed #ffdd97;}
.bmiNote .box form .m .c .res i{font-style: normal;font-weight: bold;}
.bmiNote .box form .m .c .inputs{float: left;width: 100%;}
.bmiNote .box form .m .c .inputs .input{float: left;width: 20%;height: 44px;border:none;background: #fff;margin: 0 30px 25px 0;line-height: 44px;font-size: 14px;padding: 0 0 0 20px;color: #333;box-shadow: 0 5px 10px rgba(0,0,0,0.05);border-radius: 44px;transition:0.5s;}
.bmiNote .box form .m .c .inputs .input:focus{width: 22%;}
.bmiNote .box form .m .c .inputs .input::-webkit-input-placeholder {color:#ddd;}
.bmiNote .box form .m .c .inputs .input:-moz-placeholder {color:#ddd;}
.bmiNote .box form .m .c .inputs .input::-moz-placeholder {color:#ddd;}
.bmiNote .box form .m .c .inputs .input:-ms-input-placeholder {color:#ddd;}
.bmiNote .box form .m .c .inputs .submit{width: 25%;float: left;background: #f90;height: 44px;line-height: 44px;border: none;font-size: 16px;transition:0.5s;color: #fff;border-radius: 44px;padding-left: 30px;text-align: left;margin-bottom: 20px;}
.bmiNote .box form .m .c .inputs .submit:hover{background: #f60;}
@media (max-width: 768px) {
.bmiNote{width: 100%;float: left;background:#f4f4f4;margin-bottom: 0px;margin-top: -40px;border-top: 1px solid #f90;padding:50px 0 0;}
.bmiNote .box{width: 100%;float: left;}
.bmiNote .box form{float: left;width: 100%;}
.bmiNote .box form .l{display: none;}
.bmiNote .box form .m{float: left;width: 100%;padding:30px;}
.bmiNote .box form .m .c{float: left;width: 100%;}
.bmiNote .box form .m .c img{float: left;margin-bottom: 20px;height: 40px;}
.bmiNote .box form .m .c b{float: left;width: 100%;color: #000;font-size: 14px;line-height:30px;font-weight: normal;margin-bottom: 15px;}
.bmiNote .box form .m .c .inputs{float: left;width: 100%;}
.bmiNote .box form .m .c .inputs .input{float: left;width: 100%;height: 44px;border:none;background: #fff;margin: 0 0 25px 0;line-height: 44px;font-size: 14px;padding: 0 0 0 20px;color: #333;box-shadow: 0 5px 10px rgba(0,0,0,0.05);border-radius: 44px;transition:0.5s;}
.bmiNote .box form .m .c .inputs .input:focus{box-shadow: 0 5px 10px rgba(0,0,0,0.3);width: 100%;}
.bmiNote .box form .m .c .inputs .input::-webkit-input-placeholder {color:#ddd;}
.bmiNote .box form .m .c .inputs .input:-moz-placeholder {color:#ddd;}
.bmiNote .box form .m .c .inputs .input::-moz-placeholder {color:#ddd;}
.bmiNote .box form .m .c .inputs .input:-ms-input-placeholder {color:#ddd;}
.bmiNote .box form .m .c .inputs .submit{width: 100%;float: left;background: #f90;height: 44px;line-height: 44px;border: none;font-size: 16px;transition:0.5s;color: #fff;border-radius: 44px;padding-left: 30px;text-align: left;margin-bottom: 20px;}
.bmiNote .box form .m .c .inputs .submit:focus{background: #f60;width: 100%;}
}


/* bmiSm */
.bmiSm{width: 100%;float: left;padding: 60px 0 100px;}
.bmiSm .t{float: left;width:100%;font-size: 18px;margin-bottom: -40px;text-align: center;position: relative;z-index: 2;}
.bmiSm .t b{display: inline-block;height: 80px;line-height: 80px;background:rgba(255,136,0,0.5);color: #fff;padding: 0 40px;font-weight: normal;}
.bmiSm .box{float: left;width: 100%;padding:150px 100px;background:#f4f4f4;}
.bmiSm .box .l{float: left;width: 30%;}
.bmiSm .box .l img{float: left;}
.bmiSm .box .r{float: right;width: 60%;}
.bmiSm .box .r b{float: left;width: 100%;line-height:40px;font-size: 20px;margin-bottom: 25px;font-weight: normal;}
.bmiSm .box .r em{float: left;height: 6px;background:#fa0;width: 40px;margin-bottom: 25px;}
.bmiSm .box .r .text{float: left;width: 100%;line-height: 24px;font-size: 14px;color: #000;}
@media (max-width: 768px) {
.bmiSm{width: 100%;float: left;padding: 30px 0 10px;}
.bmiSm .t{float: left;width:100%;font-size: 18px;margin-bottom: -40px;text-align: center;position: relative;z-index: 2;padding: 0 30px;}
.bmiSm .t b{display: inline-block;height: 80px;line-height: 80px;background:rgba(255,136,0,0.5);color: #fff;padding: 0 40px;font-weight: normal;width: 100%;}
.bmiSm .box{float: left;width: 100%;padding:60px 30px;background:#f4f4f4;}
.bmiSm .box .l{float: left;width: 100%;text-align: center;}
.bmiSm .box .l img{float: none;}
.bmiSm .box .r{float: right;width: 100%;padding-top: 40px;}
.bmiSm .box .r b{float: left;width: 100%;line-height:24px;font-size: 16px;margin-bottom: 20px;}
.bmiSm .box .r em{float: left;height: 6px;background:#fa0;width: 40px;margin-bottom: 20px;}
.bmiSm .box .r .text{float: left;width: 100%;line-height: 24px;font-size: 13px;}
}


/*goodPage*/
.goodPage{ float: left;width: 100%;position: relative;}
.goodPage .box{float: left;width: 100%;padding: 60px 100px;}
.goodPage .box .catenav{width: 100%;float: left;position: relative;margin-bottom: 40px;background: #fff;}
.goodPage .box .catenav a{height: 80px;line-height: 80px;color: #000;float: left;font-size: 16px;margin-right: 80px;background: #fff;}
.goodPage .box .catenav a.cur{color: #f90;border-bottom: 5px solid #f90;}
.goodPage .box ul{float: left;width: 100%; }
.goodPage .box ul li{float: left;width: 30%;margin-right: 5%;margin-bottom: 40px;}
.goodPage .box ul li:nth-child(3n){margin-right: 0;}
.goodPage .box ul li:hover .libox .boxs{border: 1px solid #000}
.goodPage .box ul li:hover .libox .boxs .info .price i{background: #000;color: #fff;border: 1px solid #000;border-radius: 4px;}
.goodPage .box ul li:hover .libox .boxs .img .im img{-webkit-transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);-transform:scale(1.1,1.1);}
.goodPage .box ul li .libox{float: left;width: 100%;}
.goodPage .box ul li .libox .boxs{float: left;width: 100%;position: relative;z-index: 1;transition: 0.5s;border: 1px solid #eee;border-bottom: 1px solid #000;}
.goodPage .box ul li .libox .boxs .img{float: left;width: 100%;position:relative;}
.goodPage .box ul li .libox .boxs .img .im{float: left;width: 100%;overflow: hidden;}
.goodPage .box ul li .libox .boxs .img .im img{float: left;width: 100%;background: #fff;transition: 0.3s;}
.goodPage .box ul li .libox .boxs .info{float: left;width: 100%;padding: 10px 25px 30px;}
.goodPage .box ul li .libox .boxs .info b{float: left;width: 100%;line-height: 50px;font-size: 16px;color: #000;font-weight: normal;}
.goodPage .box ul li .libox .boxs .info p{float: left;width: 100%;line-height: 24px;color: #aaa;padding: 0 0 0px 0;margin-bottom: 20px;height: 48px;overflow: hidden;color: #333;font-size: 14px;}
.goodPage .box ul li .libox .boxs .info .price{float: left;width: 100%;}
.goodPage .box ul li .libox .boxs .info .price i{float: left;line-height: 32px;color: #aaa;padding: 0 30px;border-radius: 32px;border:1px solid #ddd;font-style: normal;transition: 0.5s;}
@media (max-width: 768px) {
.goodPage{ float: left;width: 100%;margin-bottom: 0px;padding-top: 0;}
.goodPage .box{float: left;width: 100%;background: none;border-radius: 0px;padding:20px;box-shadow: none;border: none;}
.goodPage .box .catenav{display: none;}
.goodPage .box ul{float: left;width: 100%; }
.goodPage .box ul li{float: left;width: 48%;margin-right:0;margin-bottom: 20px;background: #fff;overflow: hidden;}
.goodPage .box ul li:nth-child(3n){margin-right: 0;}
.goodPage .box ul li:nth-child(2n){float: right;}
.goodPage .box ul li:hover .libox .boxs .info .price i{background: #000;color: #fff;border: 1px solid #000;border-radius: 4px;}
.goodPage .box ul li:hover .libox .boxs .img .im img{-webkit-transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);-transform:scale(1.1,1.1);}
.goodPage .box ul li .libox{float: left;width: 100%;}
.goodPage .box ul li .libox .boxs{float: left;width: 100%;background: #fff;box-shadow: none;position: relative;z-index: 1;transition: 0.5s;}
.goodPage .box ul li .libox .boxs .img{float: left;width: 100%;position:relative;}
.goodPage .box ul li .libox .boxs .img p{float: left;width: 100%;background: rgba(0,0,0,0.7);position: absolute;z-index: 1;bottom: 0;height: 50px;line-height: 50px;color: #fff;padding: 0 25px;}
.goodPage .box ul li .libox .boxs .img p span{font-weight: normal;line-height: 46px;float: left;margin-right: 6px;}
.goodPage .box ul li .libox .boxs .img p b{font-weight: normal;line-height: 50px;float: left;}
.goodPage .box ul li .libox .boxs .img .im{float: left;width: 100%;overflow: hidden;padding: 15px;}
.goodPage .box ul li .libox .boxs .img .im img{float: left;width: 100%;background: #fff;transition: 0.3s;}
.goodPage .box ul li .libox .boxs .info{float: left;width: 100%;padding:0 15px 15px;}
.goodPage .box ul li .libox .boxs .info b{float: left;width: 100%;line-height: 30px;font-size: 15px;color: #000;font-weight: normal;}
.goodPage .box ul li .libox .boxs .info p{float: left;width: 100%;line-height: 20px;color: #aaa;padding: 0 0 10px 0;margin-bottom:0px;height: auto;font-size: 12px;}
.goodPage .box ul li .libox .boxs .info .price{float: left;width: 100%;}
.goodPage .box ul li .libox .boxs .info .price i{float: left;line-height: 40px;color: #000;padding: 0px;border-radius: 0;border:1px solid #eee;font-style: normal;transition: 0.5s;text-align: center;width: 100%;}
}




/*studentIndexPage*/
.studentIndexPage{ float: left;width: 100%;position: relative;margin: 40px 0;}
.studentIndexPage .box{float: left;width: 100%;padding: 60px 100px;background: #fff;}
.studentIndexPage .box .catenav{width: 100%;float: left;position: relative;margin-bottom: 40px;}
.studentIndexPage .box .catenav a{height: 80px;line-height: 80px;color: #000;float: left;font-size: 16px;margin-right: 80px;background: #fff;}
.studentIndexPage .box .catenav a.cur{color: #f90;border-bottom: 5px solid #f90;}
.studentIndexPage .box ul{float: left;width: 100%; }
.studentIndexPage .box ul li{float: left;width: 30%;margin-right: 5%;margin-bottom: 40px;}
.studentIndexPage .box ul li:nth-child(3n){margin-right: 0;}
.studentIndexPage .box ul li:hover .libox .boxs{border: 1px solid #000}
.studentIndexPage .box ul li:hover .libox .boxs .info .price i{background: #000;color: #fff;border: 1px solid #000;border-radius: 4px;}
.studentIndexPage .box ul li:hover .libox .boxs .img .im img{-webkit-transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);-transform:scale(1.1,1.1);}
.studentIndexPage .box ul li .libox{float: left;width: 100%;}
.studentIndexPage .box ul li .libox .boxs{float: left;width: 100%;position: relative;z-index: 1;transition: 0.5s;border: 1px solid #eee;border-bottom: 1px solid #000;}
.studentIndexPage .box ul li .libox .boxs .img{float: left;width: 100%;position:relative;}
.studentIndexPage .box ul li .libox .boxs .img .im{float: left;width: 100%;overflow: hidden;}
.studentIndexPage .box ul li .libox .boxs .img .im img{float: left;width: 100%;background: #fff;transition: 0.3s;}
.studentIndexPage .box ul li .libox .boxs .info{float: left;width: 100%;padding: 10px 25px 30px;}
.studentIndexPage .box ul li .libox .boxs .info b{float: left;width: 100%;line-height: 50px;font-size: 16px;color: #000;font-weight: normal;}
.studentIndexPage .box ul li .libox .boxs .info p{float: left;width: 100%;line-height: 24px;color: #aaa;padding: 0 0 0px 0;margin-bottom: 20px;height: 48px;overflow: hidden;color: #333;font-size: 14px;}
.studentIndexPage .box ul li .libox .boxs .info .price{float: left;width: 100%;}
.studentIndexPage .box ul li .libox .boxs .info .price i{float: left;line-height: 32px;color: #aaa;padding: 0 30px;border-radius: 32px;border:1px solid #ddd;font-style: normal;transition: 0.5s;}
@media (max-width: 768px) {
.studentIndexPage{ float: left;width: 100%;margin-bottom: 0px;padding-top: 0;}
.studentIndexPage .box{float: left;width: 100%;background: none;border-radius: 0px;padding:20px;box-shadow: none;border: none;}
.studentIndexPage .box .catenav{display: none;}
.studentIndexPage .box ul{float: left;width: 100%; }
.studentIndexPage .box ul li{float: left;width: 48%;margin-right:0;margin-bottom: 20px;background: #fff;overflow: hidden;}
.studentIndexPage .box ul li:nth-child(3n){margin-right: 0;}
.studentIndexPage .box ul li:nth-child(2n){float: right;}
.studentIndexPage .box ul li:hover .libox .boxs .info .price i{background: #000;color: #fff;border: 1px solid #000;border-radius: 4px;}
.studentIndexPage .box ul li:hover .libox .boxs .img .im img{-webkit-transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);-transform:scale(1.1,1.1);}
.studentIndexPage .box ul li .libox{float: left;width: 100%;}
.studentIndexPage .box ul li .libox .boxs{float: left;width: 100%;background: #fff;box-shadow: none;position: relative;z-index: 1;transition: 0.5s;}
.studentIndexPage .box ul li .libox .boxs .img{float: left;width: 100%;position:relative;}
.studentIndexPage .box ul li .libox .boxs .img p{float: left;width: 100%;background: rgba(0,0,0,0.7);position: absolute;z-index: 1;bottom: 0;height: 50px;line-height: 50px;color: #fff;padding: 0 25px;}
.studentIndexPage .box ul li .libox .boxs .img p span{font-weight: normal;line-height: 46px;float: left;margin-right: 6px;}
.studentIndexPage .box ul li .libox .boxs .img p b{font-weight: normal;line-height: 50px;float: left;}
.studentIndexPage .box ul li .libox .boxs .img .im{float: left;width: 100%;overflow: hidden;padding: 15px;}
.studentIndexPage .box ul li .libox .boxs .img .im img{float: left;width: 100%;background: #fff;transition: 0.3s;}
.studentIndexPage .box ul li .libox .boxs .info{float: left;width: 100%;padding:0 15px 15px;}
.studentIndexPage .box ul li .libox .boxs .info b{float: left;width: 100%;line-height: 30px;font-size: 15px;color: #000;font-weight: normal;}
.studentIndexPage .box ul li .libox .boxs .info p{float: left;width: 100%;line-height: 20px;color: #aaa;padding: 0 0 10px 0;margin-bottom:0px;height: auto;font-size: 12px;}
.studentIndexPage .box ul li .libox .boxs .info .price{float: left;width: 100%;}
.studentIndexPage .box ul li .libox .boxs .info .price i{float: left;line-height: 40px;color: #000;padding: 0px;border-radius: 0;border:1px solid #eee;font-style: normal;transition: 0.5s;text-align: center;width: 100%;}
}

/*storePage*/
.storePage{ float: left;width: 100%;margin-bottom: 60px;position: relative;}
.storePage .box{float: left;width: 100%;background: #fff;box-shadow:0 20px 30px rgba(0,0,0,0.05);padding: 60px 100px;border-radius: 20px;}
.storePage .box .catenav{width: 100%;float: left;position: relative;margin-bottom: 40px;background: #fff;}
.storePage .box .catenav a{height: 80px;line-height: 80px;color: #000;float: left;font-size: 16px;margin-right: 80px;background: #fff;}
.storePage .box .catenav a.cur{color: #f90;border-bottom: 5px solid #f90;}
.storePage .box ul{float: left;width: 100%; }
.storePage .box ul li{float: left;width: 100%;margin-bottom: 40px;}
.storePage .box ul li:nth-child(3n){margin-right: 0;}
.storePage .box ul li:hover .libox .boxs{box-shadow: 0 10px 10px rgba(0,0,0,0.2)}
.storePage .box ul li:hover .libox .boxs .info .price i{background: #000;color: #fff;border: 1px solid #000;border-radius: 4px;}
.storePage .box ul li:hover .libox .boxs .img .im img{-webkit-transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);-transform:scale(1.1,1.1);}
.storePage .box ul li .libox{float: left;width: 100%;}
.storePage .box ul li .libox .boxs{float: left;width: 100%;background: #fff;box-shadow: 0 10px 10px #eee;position: relative;z-index: 1;transition: 0.5s;}
.storePage .box ul li .libox .boxs .img{float: left;width: 100%;position:relative;}
.storePage .box ul li .libox .boxs .img p{float: left;width: 100%;background: rgba(0,0,0,0.7);position: absolute;z-index: 1;bottom: 0;height: 70px;line-height: 70px;color: #fff;padding: 0 25px;font-size: 18px;}
.storePage .box ul li .libox .boxs .img p b{font-weight: normal;line-height: 70px;float: left;}
.storePage .box ul li .libox .boxs .img .im{float: left;width: 100%;display: none;}
.storePage .box ul li .libox .boxs .img .im img{float: left;width: 100%;background: #fff;transition: 0.3s;}
.storePage .box ul li .libox .boxs .img .ip{float: left;width: 100%;}
.storePage .box ul li .libox .boxs .img .ip img{float: left;width: 100%;background: #fff;transition: 0.3s;}
.storePage .box ul li .libox .boxs .info{float: left;width: 100%;padding: 10px 25px 20px;font-size: 15px;line-height: 60px;font-weight: normal;}
.storePage .box ul li .libox .boxs .info span{font-weight: normal;float: left;margin-right: 6px;line-height: 56px;}
.storePage .box ul li .libox .boxs .info p{float: left;margin-right: 40px;}
@media (max-width: 768px) {
.storePage{ float: left;width: 100%;margin-bottom: 0px;padding-top: 0;}
.storePage .box{float: left;width: 100%;background: none;border-radius: 0px;padding:0 30px;box-shadow: none;}
.storePage .box .catenav{display: none;}
.storePage .box ul{float: left;width: 100%; }
.storePage .box ul li{float: left;width: 100%;margin-right:0;margin-bottom: 30px;background: #fff;border-radius: 10px;box-shadow:0 10px 20px rgba(0,0,0,0.1);overflow: hidden;}
.storePage .box ul li:nth-child(3n){margin-right: 0;}
.storePage .box ul li:hover .libox .boxs{box-shadow: 0 10px 10px rgba(0,0,0,0.2)}
.storePage .box ul li:hover .libox .boxs .info .price i{background: #000;color: #fff;border: 1px solid #000;border-radius: 4px;}
.storePage .box ul li:hover .libox .boxs .img .im img{-webkit-transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);-transform:scale(1.1,1.1);}
.storePage .box ul li .libox{float: left;width: 100%;}
.storePage .box ul li .libox .boxs{float: left;width: 100%;background: #fff;box-shadow: none;position: relative;z-index: 1;transition: 0.5s;}
.storePage .box ul li .libox .boxs .img{float: left;width: 100%;position:relative;}
.storePage .box ul li .libox .boxs .img p{float: left;width: 100%;background: rgba(0,0,0,0.7);position: absolute;z-index: 1;bottom: 0;height: 50px;line-height: 50px;color: #fff;padding: 0 25px;font-size: 14px;}
.storePage .box ul li .libox .boxs .img p span{font-weight: normal;line-height: 46px;float: left;margin-right: 6px;}
.storePage .box ul li .libox .boxs .img p b{font-weight: normal;line-height: 50px;float: left;}
.storePage .box ul li .libox .boxs .img .im{display: block;}
.storePage .box ul li .libox .boxs .img .ip{display: none}
.storePage .box ul li .libox .boxs .info{float: left;width: 100%;padding: 20px 25px 10px;}
.storePage .box ul li .libox .boxs .info span{display: none;}
.storePage .box ul li .libox .boxs .info p{float: left;width: 100%;line-height: 24px;color: #666;padding: 0 0 10px 0;margin-bottom:0px;height: auto;font-size: 14px;}
}
/* 文档内容页 */
.storePageShow{float: left;width: 100%;z-index: 333;position: relative;}
.storePageShow .box{float: left;width: 100%;background: #fff;padding: 60px 100px;}
.storePageShow .box .address{float: left;width: 100%;height: 60px;color: #888;background: #f4f4f4;padding: 0 30px;line-height: 60px;}
.storePageShow .box .address b{float: left;font-weight: normal;}
.storePageShow .box .address a{float: left;color: #888;}
.storePageShow .box .address span{float: left;color: #aaa;padding: 0 10px;}
.storePageShow .box .topss{float: left;width: 100%;margin-bottom: 60px;}
.storePageShow .box .topss{float: left;width: 100%;box-shadow: 0 10px 10px #eee;position: relative;z-index: 1;transition: 0.5s;}
.storePageShow .box .topss .img{float: left;width: 100%;position:relative;}
.storePageShow .box .topss .img p{float: left;width: 100%;background: rgba(0,0,0,0.7);position: absolute;z-index: 1;bottom: 0;height: 70px;line-height: 70px;color: #fff;padding: 0 50px;font-size: 18px;}
.storePageShow .box .topss .img p b{font-weight: normal;line-height: 70px;float: left;}
.storePageShow .box .topss .img .im{float: left;width: 100%;display: none;}
.storePageShow .box .topss .img .im img{float: left;width: 100%;background: #fff;transition: 0.3s;}
.storePageShow .box .topss .img .ip{float: left;width: 100%;}
.storePageShow .box .topss .img .ip img{float: left;width: 100%;background: #fff;transition: 0.3s;}
.storePageShow .box .topss .info{float: left;width: 100%;padding: 20px 50px 0px;font-size: 15px;line-height: 60px;font-weight: normal;}
.storePageShow .box .topss .info span{font-weight: normal;float: left;margin-right: 6px;line-height: 56px;}
.storePageShow .box .topss .info p{float: left;margin-right: 40px;}
.storePageShow .box .topss .info .desc{float: left;width: 100%;padding: 20px 0 30px;font-size: 13px;line-height: 24px;font-weight: normal;border-top: 1px solid #eee;}
.storePageShow .box .share{float: left;width: 100%;padding: 10px 0px;margin-bottom: 40px;}
.storePageShow .box .share .bdsharebuttonbox a{float: left;margin: 0 25px 0 0;width: 50px;height:50px;border-radius: 100%;}
.storePageShow .box .share .bdsharebuttonbox .bds_more{background:#ffc800 url(/Public/Common/Images/sns.add.w.png) no-repeat center 10px;;background-size: 30px}
.storePageShow .box .share .bdsharebuttonbox .bds_weixin{background:#4dbd55 url(/Public/Common/Images/sns.weixin.w.png) no-repeat center 10px;background-size: 30px;}
.storePageShow .box .share .bdsharebuttonbox .bds_qzone{background:#ff9900 url(/Public/Common/Images/sns.qqzone.w.png) no-repeat center 10px;background-size: 30px;}
.storePageShow .box .share .bdsharebuttonbox .bds_tsina{background:#ff3333 url(/Public/Common/Images/sns.weibo.w.png) no-repeat center 10px;background-size: 30px;}
.storePageShow .box .share .bdsharebuttonbox .bds_sqq{background:#36beff url(/Public/Common/Images/sns.qq.w.png) no-repeat center 10px;background-size: 30px;}
.storePageShow .box .share .bdsharebuttonbox .bds_copy{background:#aaaaaa url(/Public/Common/Images/sns.link.w.png) no-repeat center 10px;background-size: 30px;}
.storePageShow .box .text{float: left;width: 100%;line-height: 30px;font-size: 17px;margin:0px 0 40px ;padding: 0;color: #444;}
.storePageShow .box .text p{float: left;width: 100%;line-height: 30px;font-size: 17px;margin: 0;padding: 0;}
.storePageShow .box .text hr{float: left;width: 100%;border: none;border-top: 1px solid #eee;margin: 20px 0;}
.storePageShow .box .text p img{max-width: 100%;}
.storePageShow .box .text img{max-width: 100%;}
.storePageShow .box #allmap{float: left;width: 100%;height: 400px;}
@media (max-width: 768px) {
.storePageShow{float: left;width: 100%;;z-index: 333;position: relative;padding: 0 30px;}
.storePageShow .box{float: left;width: 100%;background: no-repeat;padding: 0;box-shadow: none;border-radius: 10px 10px 0 0;}
.storePageShow .box .address{display: none;}
.storePageShow .box .share{float: left;width: 100%;padding:30px 0;background: none;margin-bottom: 0px;}
.storePageShow .box .share .bdsharebuttonbox a{float: left;margin: 0 10px 0 0;width: 40px;height:40px;}
.storePageShow .box .share .bdsharebuttonbox .bds_more{background:#ffc800 url(/Public/Common/Images/sns.add.w.png) no-repeat center 8px;background-size: 24px}
.storePageShow .box .share .bdsharebuttonbox .bds_weixin{background:#4dbd55 url(/Public/Common/Images/sns.weixin.w.png) no-repeat center 8px;background-size: 24px;}
.storePageShow .box .share .bdsharebuttonbox .bds_qzone{background:#ff9900 url(/Public/Common/Images/sns.qqzone.w.png) no-repeat center 8px;background-size: 24px;}
.storePageShow .box .share .bdsharebuttonbox .bds_tsina{background:#ff3333 url(/Public/Common/Images/sns.weibo.w.png) no-repeat center 8px;background-size: 24px;}
.storePageShow .box .share .bdsharebuttonbox .bds_sqq{background:#36beff url(/Public/Common/Images/sns.qq.w.png) no-repeat center 8px;background-size: 24px;}
.storePageShow .box .share .bdsharebuttonbox .bds_copy{background:#aaaaaa url(/Public/Common/Images/sns.link.w.png) no-repeat center 8px;background-size: 24px;}
.storePageShow .box .topss{float: left;width: 100%;margin-bottom: 0px;}
.storePageShow .box .topss .img{float: left;width: 100%;position:relative;border-radius: 10px 10px 0 0;overflow: hidden;}
.storePageShow .box .topss .img p{float: left;width: 100%;background: rgba(0,0,0,0.7);position: absolute;z-index: 1;bottom: 0;height: 50px;line-height: 50px;color: #fff;padding: 0 25px;font-size: 14px;}
.storePageShow .box .topss .img p span{font-weight: normal;line-height: 46px;float: left;margin-right: 6px;}
.storePageShow .box .topss .img p b{font-weight: normal;line-height: 50px;float: left;}
.storePageShow .box .topss .img .im{display: block;}
.storePageShow .box .topss .img .ip{display: none}
.storePageShow .box .topss .info{float: left;width: 100%;padding: 20px 25px 10px;}
.storePageShow .box .topss .info span{display: none;}
.storePageShow .box .topss .info p{float: left;width: 100%;line-height: 24px;color: #666;padding: 0 0 10px 0;margin-bottom:0px;height: auto;font-size: 14px;}
.storePageShow{margin-bottom: 40px;}
.storePageShow .box #allmap{float: left;width: 100%;height: 300px;}
.storePageShow .box .text{float: left;width: 100%;line-height: 30px;font-size: 17px;margin:0px 0 20px ;padding: 0;color: #444;}
}


/*articlePage*/
.articlePage{ float: left;width: 100%;position: relative;}
.articlePage .box .address{float: left;width: 100%;height: 60px;color: #888;background: #f4f4f4;padding: 0 30px;line-height: 60px;margin-bottom: 60px;}
.articlePage .box .address b{font-weight: normal;color: #f90}
.articlePage .box{float: left;width: 100%;background: #fff;padding: 60px 100px;}
.articlePage .box .catenav{width: 100%;float: left;position: relative;margin-bottom: 40px;background: #fff;}
.articlePage .box .catenav a{height: 80px;line-height: 80px;color: #000;float: left;font-size: 15px;margin-right: 40px;background: #fff;}
.articlePage .box .catenav a.cur{color: #f90;border-bottom: 5px solid #f90;}
.articlePage .box .ul{float: left;width:100%;font-size:13px;}
.articlePage .box .ul li{width:100%;overflow:hidden;clear:both;padding: 0px 0px 30px;border-bottom: 1px solid #eee;transition:0.5s;margin-bottom: 30px;}
.articlePage .box .ul li .img{width:25%;float: left;margin: 0 0 0 0;}
.articlePage .box .ul li .img img{width:100%;float: left;transition:0.5s;}
.articlePage .box .ul li .lir{width: 75%;padding-left: 25px;float: left;transition:0.5s;}
.articlePage .box .ul li .lir .desc{width: 100%;float: right;line-height: 44px;color: #aaa;font-size: 13px;transition:0.5s;}
.articlePage .box .ul li .lir .tt{width: 100%;float: right;font-size: 18px;font-weight: normal;line-height: 20px;color: #333;transition:0.5s;}
.articlePage .box .ul li .lir p{width: 100%;float: right;font-size: 13px;color: #666;line-height: 26px;transition:0.5s;}
.articlePage .box .ul li:hover{border-bottom: 1px solid #f90;}
.articlePage .box .ulm{float: left;width:100%;font-size:12px;display: none;}
.articlePage .box .ulm li{width:100%;overflow:hidden;clear:both;margin-bottom: 20px;float: left;border-bottom: 1px dashed #ddd;padding-bottom: 20px;}
.articlePage .box .ulm li .img{width:40%;float: right;}
.articlePage .box .ulm li .img img{width:100%;float: left;border-radius: 10px;overflow: hidden;;}
.articlePage .box .ulm li .text{float: left;width: 60%;padding:0px;}
.articlePage .box .ulm li .text .desc{width: 100%;float: left;line-height: 30px;color: #ccc;font-size: 14px;}
.articlePage .box .ulm li .text .tt{width: 100%;float: left;font-size: 16px;font-weight: normal;line-height: 24px;margin-bottom: 4px;color: #333;}
.articlePage .box .ulm li .text .tt:hover{color: #000}
@media (max-width: 768px) {
.articlePage{ float: left;width: 100%;margin-bottom: 0px;padding-top: 0;}
.articlePage .box .address{display: none;}
.articlePage .box{float: left;width: 100%;background: none;border-radius: 0px;padding:20px 20px 0;box-shadow: none;border: none;}
.articlePage .box .catenav{display: none;}
.articlePage .box .ul{display: none;}
.articlePage .box .ulm{display: block;}
}

/* 文档内容页 */
.articlePageShow{float: left;width: 100%;z-index: 333;position: relative;}
.articlePageShow .box{float: left;width: 100%;background: #fff;padding: 0px 30px 30px;border-top: 1px dashed #ddd;}
.articlePageShow .box .address{float: left;width: 100%;height: 60px;color: #888;background: #f4f4f4;padding: 0 30px;line-height: 60px;margin-top: 30px;}
.articlePageShow .box .address b{float: left;font-weight: normal;}
.articlePageShow .box .address a{float: left;color: #888;}
.articlePageShow .box .address span{float: left;color: #aaa;padding: 0 10px;}
.articlePageShow .box .htext{float: left;width: 100%;margin: 0px 0 0;}
.articlePageShow .box .htext .hr{float: left;width: 100%;background: #eee;height: 1px;margin: 25px 0;}
.articlePageShow .box .htext h1{float: left;width: 100%;line-height:60px;font-size: 24px;color: #333;margin: 20px 0 0;}
.articlePageShow .box .htext .b{float: left;width: 100%;line-height:26px;font-size: 14px;color: #333;font-weight: bold;}
.articlePageShow .box .htext .info{float: left;width: 100%;line-height: 20px;color: #ddd;margin-bottom: 20px;}
.articlePageShow .box .htext .info a{color: #ddd;}
.articlePageShow .box .htext .text{float: left;width: 100%;line-height: 30px;font-size: 15px;margin:0px 0 0 ;padding: 0;color: #444;}
.articlePageShow .box .htext .text p{float: left;width: 100%;line-height: 30px;font-size: 15px;margin: 0;padding: 0;}
.articlePageShow .box .htext .text p img{max-width: 100%;}
.articlePageShow .box .htext .text img{max-width: 100%;}
@media (max-width: 768px) {
.articlePageShow{float: left;width: 100%;;z-index: 333;position: relative;padding: 0;}
.articlePageShow .box{float: left;width: 100%;background:rgba(255,255,255,0.9);padding: 0;box-shadow: none;border: none;}
.articlePageShow .box .address{display: none;}
.articlePageShow{margin-bottom: 20px;}
.articlePageShow .box .htext{margin-bottom: 20px;margin-top: 20px;padding: 0 20px;}
.articlePageShow .box .htext h1{line-height:30px;font-size: 16px;margin-bottom: 15px;margin-top: 0;font-weight: bold;}
.articlePageShow .box .htext .text{float: left;width: 100%;line-height: 30px;font-size: 14px;margin:0px 0 0 ;padding: 0;color: #000;}
.articlePageShow .box .htext .text p{float: left;width: 100%;line-height: 30px;font-size: 14px;margin: 0;padding: 0;}
.articlePageShow .box .htext .text p img{max-width: 100%;}
.articlePageShow .box .htext .text img{max-width: 100%;}
}

.examIndexPage .l .htext{float: left;width: 100%;margin: 0px 0 0;}
.examIndexPage .l .htext .hr{float: left;width: 100%;background: #eee;height: 1px;margin: 25px 0;}
.examIndexPage .l .htext h1{float: left;width: 100%;line-height:60px;font-size: 24px;color: #333;margin: 20px 0 0;}
.examIndexPage .l .htext .b{float: left;width: 100%;line-height:26px;font-size: 14px;color: #333;font-weight: bold;}
.examIndexPage .l .htext .info{float: left;width: 100%;line-height: 20px;color: #ddd;margin-bottom: 20px;}
.examIndexPage .l .htext .info a{color: #ddd;}
.examIndexPage .l .htext .text{float: left;width: 100%;line-height: 30px;font-size: 15px;margin:0px 0 0 ;padding: 0;color: #444;}
.examIndexPage .l .htext .text p{float: left;width: 100%;line-height: 30px;font-size: 15px;margin: 0;padding: 0;}
.examIndexPage .l .htext .text p img{max-width: 100%;}
.examIndexPage .l .htext .text img{max-width: 100%;}
@media (max-width: 768px) {
.examIndexPage .l .htext{margin-bottom: 20px;margin-top: 20px;padding: 0 20px;}
.examIndexPage .l .htext h1{line-height:30px;font-size: 16px;margin-bottom: 15px;margin-top: 0;font-weight: bold;}
.examIndexPage .l .htext .text{float: left;width: 100%;line-height: 30px;font-size: 14px;margin:0px 0 0 ;padding: 0;color: #000;}
.examIndexPage .l .htext .text p{float: left;width: 100%;line-height: 30px;font-size: 14px;margin: 0;padding: 0;}
.examIndexPage .l .htext .text p img{max-width: 100%;}
.examIndexPage .l .htext .text img{max-width: 100%;}
}


.dayArticleBar{float: left;width: 100%;border-radius: 15px 15px 0 0;overflow: hidden;background: #f90;}
.dayArticleBar .days{float: left;width: 100%;background: #a80000;padding: 20px 30px 35px;color: #fff;}
.dayArticleBar .days b{float: left;width: 40%;line-height: 40px;font-size: 46px;font-weight: bold;margin-right: 4px;}
.dayArticleBar .days p{float: left;width: 50%;line-height: 22px;}
.dayArticleBar .articles{float: left;width: 100%;padding: 15px 30px 25px;color: #fff;border-radius: 10px 10px 0 0;background: #f90;margin-top: -20px;}
.dayArticleBar .articles .titles{float: left;width: 100%;border-bottom: 1px solid rgba(255,255,255,0.4);margin-bottom: 10px;}
.dayArticleBar .articles .titles b{float: left;line-height: 50px;font-size: 18px;font-weight: bold;}
.dayArticleBar .articles .titles a{float: right;font-size: 14px;line-height: 50px;color: #fff;}
.dayArticleBar .articles .cons{float: left;width: 100%;}
.dayArticleBar .articles .cons a{float: left;width: 100%;line-height: 40px;border-bottom: 1px dashed rgba(255,255,255,0.5);color: #fff;}
.dayArticleBar .articles .cons a span{float: left;}
.dayArticleBar .articles .cons a i{float: right;font-style: normal;}
@media (max-width: 768px) {
.dayArticleBar{border-radius: 10px ;}
}


.courseBar{float: left;width: 70%;position: absolute;left: 0;bottom: 40px;}
.courseBar h1{float: left;width: 100%;line-height: 40px;font-size: 40px;color: #fff;font-weight: bold;margin-bottom: 40px;text-shadow: 1px 3px 3px #000;display: none;}
.courseBar .text{float: left;width: 100%;display: none;}
.courseBar .text p{float: left;width: 30%;margin-right: 3%;padding: 30px;background: rgba(0,0,0,0.1);color: #fff;border-radius: 10px;}
.courseBar .text p b{float: left;width: 100%;line-height: 40px;font-size: 18px;font-weight: bold;margin-bottom: 5px;;}
.courseBar .text p span{float: left;width: 100%;line-height: 24px;min-height: 120px;font-size: 12px;}
.courseDayBar{float: left;width: 28%;border-radius: 15px 15px 0 0;overflow: hidden;background: #f90;position: absolute;right: 0;bottom: 0;}
.courseDayBar .days{float: left;width: 100%;background: #a80000;padding: 20px 30px 40px;color: #fff;}
.courseDayBar .days b{float: left;width: auto;line-height: 50px;font-size: 50px;font-weight: bold;margin-right: 4px;}
.courseDayBar .days p{float: left;width: 55%;line-height: 25px;}
.courseDayBar .articles{float: left;width: 100%;padding: 20px 30px 40px;color: #fff;border-radius: 15px 15px 0 0;background: #f90;margin-top: -20px;}
.courseDayBar .articles .titles{float: left;width: 100%;border-bottom: 1px solid rgba(255,255,255,0.4);margin-bottom: 10px;}
.courseDayBar .articles .titles b{float: left;line-height: 50px;font-size: 20px;font-weight: bold;}
.courseDayBar .articles .titles a{float: right;font-size: 14px;line-height: 50px;color: #fff;}
.courseDayBar .articles .cons{float: left;width: 100%;}
.courseDayBar .articles .cons a{float: left;width: 100%;line-height: 40px;border-bottom: 1px dashed rgba(255,255,255,0.5);color: #fff;}
.courseDayBar .articles .cons a span{float: left;}
.courseDayBar .articles .cons a i{float: right;font-style: normal;}
@media (max-width: 768px) {
.courseBar{float: left;width: 100%;position: relative;left: 0;bottom: auto;padding: 40px 20px 0px;}
.courseBar h1{float: left;width: 100%;line-height: 40px;font-size: 30px;color: #fff;margin-bottom: 30px;text-shadow: 1px 3px 3px #000;display: block;}
.courseBar .text{float: left;width: 100%;}
.courseBar .text p{float: left;width: 100%;margin-right:0;padding: 20px;background: rgba(0,0,0,0.1);color: #fff;border-radius: 10px;margin-bottom: 20px;}
.courseBar .text p b{float: left;width: 100%;line-height: 40px;font-size: 18px;font-weight: bold;margin-bottom: 5px;;}
.courseBar .text p span{float: left;width: 100%;line-height: 24px;min-height: 20px;font-size: 12px;}
.courseDayBar{float: left;width: 100%;border-radius: 15px 15px 0 0;overflow: hidden;background: #f90;position: relative;right: 0;bottom: 0;}
.courseDayBar .days{float: left;width: 100%;background: #a80000;padding: 20px 20px 40px;color: #fff;}
.courseDayBar .days b{float: left;width: 35%;line-height: 50px;font-size: 50px;font-weight: bold;margin-right: 4px;}
.courseDayBar .days p{float: left;width: 55%;line-height: 25px;}
.courseDayBar .articles{float: left;width: 100%;padding:20px;color: #fff;border-radius: 15px 15px 0 0;background: #f90;margin-top: -20px;}
.courseDayBar .articles .titles{float: left;width: 100%;border-bottom: 1px solid rgba(255,255,255,0.4);margin-bottom: 10px;}
.courseDayBar .articles .titles b{float: left;line-height: 50px;font-size: 20px;font-weight: bold;}
.courseDayBar .articles .titles a{float: right;font-size: 14px;line-height: 50px;color: #fff;}
.courseDayBar .articles .cons{float: left;width: 100%;}
.courseDayBar .articles .cons a{float: left;width: 100%;line-height: 40px;border-bottom: 1px dashed rgba(255,255,255,0.5);color: #fff;}
.courseDayBar .articles .cons a span{float: left;}
.courseDayBar .articles .cons a i{float: right;font-style: normal;}
}

.course_lc{float: left;width: 100%;margin: 40px 0;}
.course_lc .box{float: left;width: 100%;background: #fff;border-radius: 20px;box-shadow: 0 10px 10px rgba(0,0,0,0.05);text-align: center;overflow: hidden;}
.course_lc .box img{max-width: 100%;}
.course_lc .box .imgpc{display: block;}
.course_lc .box .imgwap{display: none;}
.course_td{float: left;width: 100%;margin: 0 0 40px;}
.course_td .box{float: left;width: 100%;border-radius: 20px;text-align: center;}
.course_td .box img{max-width: 100%;}
.course_td .box .imgpc{display: block;}
.course_td .box .imgwap{display: none;}
.course_content{float: left;width: 100%;margin: 0 0 40px;}
.course_content .box{float: left;width: 100%;border-radius: 20px;background: #fff;padding: 50px;line-height: 30px;font-size: 14px;color: #333;}
@media (max-width: 768px) {
.course_lc{margin: 0;}
.course_lc .box{float: left;width: 100%;background: #fff;border-radius: 0;position: relative;}
.course_lc .box img{max-width: 100%;}
.course_lc .box img.imgpc{display: none;}
.course_lc .box img.imgwap{display: block;}
.course_td{float: left;width: 100%;margin: 0 0 0px;}
.course_td .box{float: left;width: 100%;border-radius: 0px;text-align: center;}
.course_td .box img{max-width: 100%;}
.course_td .box img.imgpc{display: none;}
.course_td .box img.imgwap{display: block;}
.course_content{float: left;width: 100%;margin: 0 0 20px;}
.course_content .box{float: left;width: 100%;border-radius: 0px;background: #fff;padding: 20px;}
}

.chaBar{float: left;width: 100%;border-radius: 10px 10px 0 0;overflow: hidden;background: #fff;margin-top: 20px;}
.chaBar .titles{float: left;width: 100%;background: #0068b7;padding: 20px 30px 40px;color: #fff;}
.chaBar .titles b{float: left;width: 100%;line-height: 20px;font-size: 16px;font-weight: bold;}
.chaBar .cons{float: left;width: 100%;padding: 30px 30px 40px;color: #fff;border-radius: 10px 10px 0 0;background: #fff;margin-top: -20px;}
.chaBar .cons form{float: left;width: 100%;}
.chaBar .cons form .inputs{float: left;width: 100%;}
.chaBar .cons form .inputs .input{float: left;width: 100%;height: 40px;background: none;margin-bottom: 10px;line-height: 38px;font-size: 14px;padding: 0 0 0 10px;border: 1px solid #ddd;color: #0068b7;}
.chaBar .cons form .inputs .input:focus{border-color: #0068b7;}
.chaBar .cons form .inputs .input::-webkit-input-placeholder {color:#999;}
.chaBar .cons form .inputs .input:-moz-placeholder {color:#999;}
.chaBar .cons form .inputs .input::-moz-placeholder {color:#999;}
.chaBar .cons form .inputs .input:-ms-input-placeholder {color:#999;}
.chaBar .cons form .submit{width: 100%;float: right;background: #0068b7;height: 50px;line-height: 50px;border: none;font-size: 16px;text-align: center;transition:0.5s;color: #fff;border-radius: 6px;box-shadow: 0 10px 10px rgba(0,0,0,0.1)}
.chaBar .cons form .submit:hover{box-shadow: 0 10px 10px rgba(0,0,0,0.2)}
@media (max-width: 768px) {
.chaBar{border-radius: 10px;margin-top: 20px;}
}


.examDayBar{float: left;width: 100%;border-radius: 15px 15px 0 0;overflow: hidden;}
.examDayBar .days{float: left;width: 100%;background: #a80000;padding: 20px 20px 20px;color: #fff;}
.examDayBar .days b{float: left;line-height: 40px;font-size: 40px;font-weight: bold;margin-right: 10px;}
.examDayBar .days p{float: left;width: 55%;line-height: 18px;margin: 3px 0 0 0;}
.examDayBar .liuchengtu{float: left;width: 100%;background: #fff;padding: 20px 20px 20px;}
.examDayBar .liuchengtu img{float: left;width: 100%;}
@media (max-width: 768px) {
.examDayBar{float: left;width: 100%;border-radius: 15px 15px 0 0;overflow: hidden;background: #f90;position: relative;}
.examDayBar .days{float: left;width: 100%;background: #a80000;padding: 20px 20px 40px;color: #fff;}
.examDayBar .days b{float: left;width: 35%;line-height: 50px;font-size: 50px;font-weight: bold;margin-right: 4px;}
.examDayBar .days p{float: left;width: 55%;line-height: 25px;}
}

.courseChaBar{float: left;width: 100%;border-radius: 10px;overflow: hidden;background: #fff;box-shadow: 0 10px 10px rgba(0,0,0,0.05);}
.courseChaBar .titles{float: left;width: 100%;background: #0068b7;padding: 20px 30px 40px;color: #fff;}
.courseChaBar .titles b{float: left;width: 100%;line-height: 30px;font-size: 18px;font-weight: bold;}
.courseChaBar .cons{float: left;width: 100%;padding: 20px 30px 30px;color: #fff;border-radius: 10px 10px 0 0;background: #fff;margin-top: -20px;}
.courseChaBar .cons form{float: left;width: 100%;}
.courseChaBar .cons form .inputs{float: left;width: 100%;}
.courseChaBar .cons form .inputs .input{float: left;width: 100%;height: 36px;background: none;margin-bottom: 10px;line-height: 38px;font-size: 14px;padding: 0 0 0 10px;border: 1px solid #ddd;color: #0068b7;}
.courseChaBar .cons form .inputs .input:focus{border-color: #0068b7;}
.courseChaBar .cons form .inputs .input::-webkit-input-placeholder {color:#999;}
.courseChaBar .cons form .inputs .input:-moz-placeholder {color:#999;}
.courseChaBar .cons form .inputs .input::-moz-placeholder {color:#999;}
.courseChaBar .cons form .inputs .input:-ms-input-placeholder {color:#999;}
.courseChaBar .cons form .submit{width: 100%;float: right;background: #0068b7;height: 40px;line-height: 40px;border: none;font-size: 16px;text-align: center;transition:0.5s;color: #fff;border-radius: 6px;box-shadow: 0 10px 10px rgba(0,0,0,0.1);margin-top: 5px;}
.courseChaBar .cons form .submit:hover{box-shadow: 0 10px 10px rgba(0,0,0,0.2)}
@media (max-width: 768px) {
.courseChaBar{border-radius: 15px;margin-top: 20px;}
}


/*freeIndexPage*/
.freeIndexPage{ float: left;width: 100%;position: relative;margin: 40px 0;}
.freeIndexPage .r{float: right;width: 25%;}
.freeIndexPage .l{float: left;width: 72%;}
.freeIndexPage .l .box{float: left;width: 100%;}
.freeIndexPage .l .box .address{float: left;width: 100%;height: 60px;color: #888;padding: 0 30px;line-height: 60px;margin-bottom: 60px;}
.freeIndexPage .l .box .address b{font-weight: normal;color: #f90}
.freeIndexPage .l .box .catenav{width: 100%;float: left;position: relative;margin-bottom: 30px;}
.freeIndexPage .l .box .catenav a{height: 60px;line-height: 60px;color: #000;float: left;font-size: 16px;margin-right: 60px;}
.freeIndexPage .l .box .catenav a.cur{color: #f90;border-bottom: 5px solid #f90;}
.freeIndexPage .l .box .ul{float: left;width:100%;font-size:13px;}
.freeIndexPage .l .box .ul li{width:31%;padding:0px;border-bottom: 1px solid #eee;transition:0.5s;margin-bottom: 30px;background: #fff;float: left;border-radius: 10px;box-shadow: 0 10px 10px rgba(0,0,0,0.05);margin-right: 3.5%;}
.freeIndexPage .l .box .ul li:nth-child(3n){margin-right: 0;}
.freeIndexPage .l .box .ul li .img{width:100%;float: left;}
.freeIndexPage .l .box .ul li .img img{width:100%;float: left;transition:0.5s;border-radius: 10px;}
.freeIndexPage .l .box .ul li .lir{width: 100%;float: left;transition:0.5s;padding:10px 20px 20px;}
.freeIndexPage .l .box .ul li .lir .tt{width: 100%;float: right;font-size: 15px;font-weight: normal;line-height: 50px;color: #333;transition:0.5s;border-bottom: 1px solid #eee;margin-bottom: 10px;}
.freeIndexPage .l .box .ul li .lir p{width: 100%;float: right;font-size: 13px;color: #666;line-height: 26px;transition:0.5s;margin-bottom: 10px;min-height: 52px;}
.freeIndexPage .l .box .ul li .lir i{float: left;padding: 0 20px;line-height: 32px;background: #f90;color: #fff;border-radius: 4px;font-style: normal;}
.freeIndexPage .l .box .ul li:hover{border-bottom: 1px solid #f90;}
.freeIndexPage .l .box .ulm{float: left;width:100%;font-size:12px;display: none;}
.freeIndexPage .l .box .ulm li{width:100%;overflow:hidden;clear:both;margin-bottom: 20px;background: #fff;float: left;padding-bottom: 20px;border-radius:15px;box-shadow: 0 10px 10px rgba(0,0,0,0.05);overflow: hidden;}
.freeIndexPage .l .box .ulm li .img{width:40%;float: right;}
.freeIndexPage .l .box .ulm li .img img{width:100%;float: left;border-radius: 10px;overflow: hidden;;}
.freeIndexPage .l .box .ulm li .text{float: left;width: 60%;padding:0px;}
.freeIndexPage .l .box .ulm li .text .desc{width: 100%;float: left;line-height: 30px;color: #ccc;font-size: 14px;}
.freeIndexPage .l .box .ulm li .text .tt{width: 100%;float: left;font-size: 16px;font-weight: normal;line-height: 24px;margin-bottom: 4px;color: #333;}
.freeIndexPage .l .box .ulm li .text .tt:hover{color: #000}
@media (max-width: 768px) {
.freeIndexPage{ float: left;width: 100%;margin: 0px;padding-top: 0;}
.freeIndexPage .r{float: right;width: 100%;padding: 0 20px;}
.freeIndexPage .l{float: left;width: 100%;}
.freeIndexPage .l .box .address{display: none;}
.freeIndexPage .l .box{float: left;width: 100%;background: none;border-radius: 0px;padding:20px 20px 0;box-shadow: none;border: none;}
.freeIndexPage .l .box .catenav{display: none;}
.freeIndexPage .l .box .ul{display: none;}
.freeIndexPage .l .box .ulm{display: block;}
.freeIndexPage .l .box .ulm li .img{width:100%;float: right;}
.freeIndexPage .l .box .ulm li .img img{width:100%;float: left;border-radius: 10px;overflow: hidden;;}
.freeIndexPage .l .box .ulm li .text{float: left;width: 100%;padding:20px 20px 0;}
.freeIndexPage .l .box .ulm li .text .desc{width: 100%;float: left;line-height: 30px;color: #ccc;font-size: 14px;}
.freeIndexPage .l .box .ulm li .text .tt{width: 100%;float: left;font-size: 16px;font-weight: normal;line-height: 24px;margin-bottom: 4px;color: #333;}
.freeIndexPage .l .box .ulm li .text .tt:hover{color: #000}
}


/* 文档内容页 */
.freeShowPage{float: left;width: 100%;z-index: 333;position: relative;margin: 0px 0;}
.freeShowPage .box{float: left;width: 100%;background: #fff;padding: 60px 100px;}
.freeShowPage .box .address{float: left;width: 100%;height: 60px;color: #888;background: #f4f4f4;padding: 0 30px;line-height: 60px;}
.freeShowPage .box .address b{float: left;font-weight: normal;}
.freeShowPage .box .address a{float: left;color: #888;}
.freeShowPage .box .address span{float: left;color: #aaa;padding: 0 10px;}
.freeShowPage .box .videos{float: left;width: 100%;margin: 0px 0 0;}
.freeShowPage .box .videos iframe{float: left;width: 100%;height: 400px;}
.freeShowPage .box .htext{float: left;width: 100%;margin: 0px 0 0;}
.freeShowPage .box .htext .hr{float: left;width: 100%;background: #eee;height: 1px;margin: 25px 0;}
.freeShowPage .box .htext h1{float: left;width: 100%;line-height:60px;font-size: 24px;color: #333;margin: 20px 0 0;}
.freeShowPage .box .htext .b{float: left;width: 100%;line-height:26px;font-size: 14px;color: #333;font-weight: bold;}
.freeShowPage .box .htext .info{float: left;width: 100%;line-height: 20px;color: #ddd;margin-bottom: 20px;}
.freeShowPage .box .htext .info a{color: #ddd;}
.freeShowPage .box .htext .text{float: left;width: 100%;line-height: 30px;font-size: 15px;margin:0px 0 20px ;padding: 0;color: #444;}
.freeShowPage .box .htext .text p{float: left;width: 100%;line-height: 30px;font-size: 15px;margin: 0;padding: 0;}
.freeShowPage .box .htext .text p img{max-width: 100%;}
.freeShowPage .box .htext .text img{max-width: 100%;}
@media (max-width: 768px) {
.freeShowPage{float: left;width: 100%;;z-index: 333;position: relative;padding: 0;}
.freeShowPage .box{float: left;width: 100%;background:rgba(255,255,255,0.9);padding: 0;box-shadow: none;border: none;}
.freeShowPage .box .address{display: none;}
.freeShowPage{margin-bottom: 20px;}
.freeShowPage .box .videos{float: left;width: 100%;margin: 0px 0 0;}
.freeShowPage .box .videos iframe{float: left;width: 100%;height: 250px;}
.freeShowPage .box .htext{margin-bottom: 20px;margin-top: 20px;padding: 0 20px;}
.freeShowPage .box .htext h1{line-height:30px;font-size: 16px;margin-bottom: 15px;margin-top: 0;font-weight: bold;}
.freeShowPage .box .htext .text{float: left;width: 100%;line-height: 30px;font-size: 14px;margin:0px 0 0 ;padding: 0;color: #000;}
.freeShowPage .box .htext .text p{float: left;width: 100%;line-height: 30px;font-size: 14px;margin: 0;padding: 0;}
.freeShowPage .box .htext .text p img{max-width: 100%;}
.freeShowPage .box .htext .text img{max-width: 100%;}
}


/*examIndexPage*/
.examIndexPage{ float: left;width: 100%;position: relative;margin: 40px 0;}
.examIndexPage .r{float: right;width: 25%;}
.examIndexPage .l{float: left;width: 70%;}
.examIndexPage .l .box{float: left;width: 100%;}
.examIndexPage .l .box .address{float: left;width: 100%;height: 60px;color: #888;padding: 0 30px;line-height: 60px;margin-bottom: 60px;}
.examIndexPage .l .box .address b{font-weight: normal;color: #f90}
.examIndexPage .l .box .catenav{width: 100%;float: left;position: relative;margin-bottom: 40px;}
.examIndexPage .l .box .catenav a{height: 80px;line-height: 80px;color: #000;float: left;font-size: 16px;margin-right: 80px;}
.examIndexPage .l .box .catenav a.cur{color: #f90;border-bottom: 5px solid #f90;}
.examIndexPage .l .box .ul{float: left;width:100%;font-size:13px;}
.examIndexPage .l .box .ul li{width:100%;border-bottom: 1px dashed #ddd;margin-bottom: 20px;float: left;padding-bottom: 30px;position: relative;}
.examIndexPage .l .box .ul li .tits{width: 70%;float: left;font-size: 16px;font-weight: normal;line-height: 32px;color: #333;margin-bottom: 10px;}
.examIndexPage .l .box .ul li p{width: 70%;float: left;font-size: 13px;color: #666;line-height: 26px;}
.examIndexPage .l .box .ul li .see{float: right;padding: 0 20px;line-height: 32px;color: #333;border-radius: 4px;position: absolute;right: 0;border: 1px solid #ddd;transition:0.5s;}
.examIndexPage .l .box .ul li .see:hover{background: #f90;color: #fff;border:1px solid #f90;}
@media (max-width: 768px) {
.examIndexPage{ float: left;width: 100%;margin: 0px;padding-top: 0;}
.examIndexPage .r{float: right;width: 100%;padding: 0 20px;display: none;}
.examIndexPage .l{float: left;width: 100%;}
.examIndexPage .l .box .address{display: none;}
.examIndexPage .l .box{float: left;width: 100%;background: none;border-radius: 0px;padding:20px 20px 0;box-shadow: none;border: none;}
.examIndexPage .l .box .catenav{display: none;}
.examIndexPage .l .box .ul{float: left;width:100%;font-size:13px;}
.examIndexPage .l .box .ul li{width:100%;border-bottom: 1px dashed #ddd;margin-bottom: 20px;float: left;padding-bottom: 30px;position: relative;}
.examIndexPage .l .box .ul li .tits{width: 60%;float: left;font-size: 15px;font-weight: normal;line-height: 24px;color: #333;margin-bottom: 10px;margin-top: 4px;}
.examIndexPage .l .box .ul li p{width: 100%;float: left;font-size: 13px;color: #666;line-height: 26px;}
.examIndexPage .l .box .ul li .see{float: right;padding: 0 20px;line-height: 32px;color: #fff;border-radius: 4px;position: absolute;right: 0;border: 1px solid #f90;transition:0.5s;background: #f90;}
.examIndexPage .l .box .ul li .see:hover{background: #f90;color: #fff;border:1px solid #f90;}
}
/*cateNavThree*/
.cateNavThree{ float: left;width: 100%;margin-bottom: 10px;background: #fff;padding: 20px 30px 80px;text-align: center;}
.cateNavThree h1{float: left;width: 100%;height: 50px;background: #ddd;margin: 20px 0 10px;padding: 0;font-size: 16px;cursor: #333;line-height: 50px;border-radius: 50px;}
.cateNavThree h1.on{background: #a80000;}
.cateNavThree h1.on b a{color: #fff;}
.cateNavThree .sons{ float: left;width: 100%;}
.cateNavThree .sons h3{float: left;width: 100%;height:36px; line-height:36px;margin-top: 1px;margin-bottom: 10px;}
.cateNavThree .sons h3 b{float: left;font-size: 15px;font-weight: normal;width: 100%;border-radius: 36px;}
.cateNavThree .sons h3.on b{background: #f90;}
.cateNavThree .sons h3.on b a{color: #fff;}
.cateNavThree .sons ul{float: left;width: 100%;display:none; }
.cateNavThree .sons ul.on{display: block;}
.cateNavThree .sons ul li{float: left;width: 100%;}
.cateNavThree .sons ul li a{float: left;width: 100%;line-height: 36px;padding: 0 20px;border-top: 1px solid #fff;text-align: center;cursor: #333}
.cateNavThree .sons ul li a.cur{background: #eee;border-radius: 36px;}




/*casesPageUl*/
.casesPageUl{ float: left;width: 100%;margin-bottom: 40px;position: relative;}
.casesPageUl .box{float: left;width: 100%;background: #fff;padding: 60px 100px;}
.casesPageUl .box .catenav{width: 100%;float: left;position: relative;margin-bottom: 40px;background: #fff;}
.casesPageUl .box .catenav a{height: 80px;line-height: 80px;color: #000;float: left;font-size: 16px;margin-right: 80px;background: #fff;}
.casesPageUl .box .catenav a.cur{color: #f90;border-bottom: 5px solid #f90;}
.casesPageUl .box ul{float: left;width: 100%; }
.casesPageUl .box ul li{float: left;width: 31%;margin-right: 3.5%;margin-bottom: 40px;}
.casesPageUl .box ul li:nth-child(3n){margin-right: 0;}
.casesPageUl .box ul li:hover .libox .boxs{box-shadow: 0 10px 10px rgba(0,0,0,0.2)}
.casesPageUl .box ul li:hover .libox .boxs .info .price i{background: #000;color: #fff;border: 1px solid #000;border-radius: 4px;}
.casesPageUl .box ul li:hover .libox .boxs .img .im img{-webkit-transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);-transform:scale(1.1,1.1);}
.casesPageUl .box ul li .libox{float: left;width: 100%;}
.casesPageUl .box ul li .libox .boxs{float: left;width: 100%;background: #fff;box-shadow: 0 5px 30px rgba(0,0,0,0.05);position: relative;z-index: 1;transition: 0.5s;}
.casesPageUl .box ul li .libox .boxs .img{float: left;width: 100%;position:relative;}
.casesPageUl .box ul li .libox .boxs .img p{float: left;width: 100%;background: rgba(0,0,0,0.7);position: absolute;z-index: 1;bottom: 0;height: 50px;line-height: 50px;color: #fff;padding: 0 25px;}
.casesPageUl .box ul li .libox .boxs .img p span{font-weight: normal;line-height: 46px;float: left;margin-right: 6px;}
.casesPageUl .box ul li .libox .boxs .img p b{font-weight: normal;line-height: 50px;float: left;}
.casesPageUl .box ul li .libox .boxs .img .im{float: left;width: 100%;overflow: hidden;}
.casesPageUl .box ul li .libox .boxs .img .im img{float: left;width: 100%;background: #fff;transition: 0.3s;}
.casesPageUl .box ul li .libox .boxs .info{float: left;width: 100%;padding: 10px 25px 30px;}
.casesPageUl .box ul li .libox .boxs .info b{float: left;width: 100%;line-height: 50px;font-size: 16px;color: #333;font-weight: normal;}
.casesPageUl .box ul li .libox .boxs .info p{float: left;width: 100%;line-height: 20px;color: #aaa;padding: 0 0 0px 0;margin-bottom: 20px;height: 40px;overflow: hidden;}
.casesPageUl .box ul li .libox .boxs .info .price{float: left;width: 100%;border-top: 1px solid #f4f4f4;padding-top: 20px;}
.casesPageUl .box ul li .libox .boxs .info .price em{float: left;line-height: 32px;color: #000;font-size: 13px;}
.casesPageUl .box ul li .libox .boxs .info .price i{float: right;line-height: 32px;color: #aaa;padding: 0 30px;border-radius: 32px;border:1px solid #eee;font-style: normal;transition: 0.5s;}
@media (max-width: 768px) {
.casesPageUl{ float: left;width: 100%;margin-bottom: 0px;padding-top: 0;}
.casesPageUl .box{float: left;width: 100%;background: none;border-radius: 0px;padding:0 30px;box-shadow: none;}
.casesPageUl .box .catenav{display: none;}
.casesPageUl .box ul{float: left;width: 100%; }
.casesPageUl .box ul li{float: left;width: 100%;margin-right:0;margin-bottom: 30px;background: #fff;border-radius: 10px;box-shadow:0 10px 20px rgba(0,0,0,0.1);overflow: hidden;}
.casesPageUl .box ul li:nth-child(3n){margin-right: 0;}
.casesPageUl .box ul li:hover .libox .boxs{box-shadow: 0 10px 10px rgba(0,0,0,0.2)}
.casesPageUl .box ul li:hover .libox .boxs .info .price i{background: #000;color: #fff;border: 1px solid #000;border-radius: 4px;}
.casesPageUl .box ul li:hover .libox .boxs .img .im img{-webkit-transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);-transform:scale(1.1,1.1);}
.casesPageUl .box ul li .libox{float: left;width: 100%;}
.casesPageUl .box ul li .libox .boxs{float: left;width: 100%;background: #fff;box-shadow: none;position: relative;z-index: 1;transition: 0.5s;}
.casesPageUl .box ul li .libox .boxs .img{float: left;width: 100%;position:relative;}
.casesPageUl .box ul li .libox .boxs .img p{float: left;width: 100%;background: rgba(0,0,0,0.7);position: absolute;z-index: 1;bottom: 0;height: 50px;line-height: 50px;color: #fff;padding: 0 25px;}
.casesPageUl .box ul li .libox .boxs .img p span{font-weight: normal;line-height: 46px;float: left;margin-right: 6px;}
.casesPageUl .box ul li .libox .boxs .img p b{font-weight: normal;line-height: 50px;float: left;}
.casesPageUl .box ul li .libox .boxs .img .im{float: left;width: 100%;overflow: hidden;}
.casesPageUl .box ul li .libox .boxs .img .im img{float: left;width: 100%;background: #fff;transition: 0.3s;}
.casesPageUl .box ul li .libox .boxs .info{float: left;width: 100%;padding: 20px 25px 30px;}
.casesPageUl .box ul li .libox .boxs .info b{float: left;width: 100%;line-height: 50px;font-size: 16px;color: #333;font-weight: normal;}
.casesPageUl .box ul li .libox .boxs .info p{float: left;width: 100%;line-height: 20px;color: #aaa;padding: 0 0 20px 0;margin-bottom:0px;height: auto;}
.casesPageUl .box ul li .libox .boxs .info .price{float: left;width: 100%;}
.casesPageUl .box ul li .libox .boxs .info .price em{float: left;line-height: 32px;color: #000;font-size: 13px;}
.casesPageUl .box ul li .libox .boxs .info .price i{float: right;line-height: 32px;color: #aaa;padding: 0 30px;border-radius: 32px;border:1px solid #eee;font-style: normal;transition: 0.5s;}
}


/* hzhb */
.hzhb{width: 100%;float: left;padding: 60px 0 100px;border-top: 1px solid #eee;}
.hzhb .t{float: left;width:100%;font-size: 18px;color: #666;}
.hzhb .t b{float: left;width:100%;font-size: 40px;color: #666;line-height: 40px;font-weight: normal;text-align: center;}
.hzhb .t p{float: left;width:100%;font-size: 24px;color: #aaa;line-height: 60px;text-align: center;text-transform: uppercase;}
.hzhb .t em{float: left;width:100%;height: 7px;padding: 0 46%;border-bottom: 1px solid #eee;margin: 20px 0 ;}
.hzhb .t em i{float: left;width:100%;height:7px;background: #333;}
.hzhb .box{float: left;width: 100%;padding:40px 0 0;}
.hzhb .box .li{width: 32%;float: left;margin:0px 2% 10px 0;background: #eee;padding: 40px 0;text-align: center;transition:0.5s;}
.hzhb .box .li:hover{background: #f90;}
.hzhb .box .li:hover b{color: #fff;}
.hzhb .box .li:hover span{color: #fff;}
.hzhb .box .li:nth-child(3){margin-right: 0;}
.hzhb .box .li b{width: 100%;float: left;color: #333;font-size: 18px;line-height: 40px;font-weight: normal;transition:0.5s;}
.hzhb .box .li span{width: 100%;float: left;color: #aaa;font-size: 13px;line-height: 20px;text-transform: uppercase;transition:0.5s;}
@media (max-width: 768px) {
.hzhb{width: 100%;float: left;padding: 20px 0 20px;}
.hzhb .t{float: left;width:100%;font-size: 18px;color: #666;}
.hzhb .t b{float: left;width:100%;font-size: 24px;color: #666;line-height: 40px;font-weight: normal;text-align: center;}
.hzhb .t p{float: left;width:100%;font-size: 18px;color: #aaa;line-height: 40px;text-align: center;text-transform: uppercase;}
.hzhb .t em{float: left;width:100%;height: 7px;padding: 0 44%;border-bottom: 1px solid #eee;margin: 10px 0 ;}
.hzhb .t em i{float: left;width:100%;height:7px;background: #333;}
.hzhb .box{float: left;width: 100%;padding:25px;}
.hzhb .box .li{width: 100%;float: left;margin:0px 0% 1px 0;background: #eee;padding: 20px 0;text-align: center;transition:0.5s;}
.hzhb .box .li:hover{background: #f90;}
.hzhb .box .li:hover b{color: #fff;}
.hzhb .box .li:hover span{color: #fff;}
.hzhb .box .li:nth-child(3){margin-right: 0;}
.hzhb .box .li b{width: 100%;float: left;color: #333;font-size: 18px;line-height: 40px;font-weight: normal;transition:0.5s;}
.hzhb .box .li span{width: 100%;float: left;color: #aaa;font-size: 13px;line-height: 20px;text-transform: uppercase;transition:0.5s;}
}


.mTeamList{float: left;width: 100%;display: none;}
.mTeamList .htitle{height:50px; width: 100%;display: block;overflow: hidden;text-align: center;line-height: 50px;font-size: 20px;color: #333;}
.mTeamList .hd{height:50px; width: 100%;display: block;overflow: hidden;}
.mTeamList .hd ul{float: left;width: 100%;text-align: center;}
.mTeamList .hd ul li{ display: inline-block;height: 20px;width: 20px;border-radius: 100%;background: #ddd;margin: 0 5px; }
.mTeamList .hd ul .on{ background: #f90;}
.mTeamList .bd { width: 100%  }
.mTeamList .bd ul{ padding:10px 0 10px 10px;  }
.mTeamList .bd li{float: left;width: 33.333%;text-align: center;color: #555;cursor: pointer;padding: 10px;}
.mTeamList .bd li .img{float: left;width: 100%;padding: 0 4%;}
.mTeamList .bd li .img img{float: left;width: 100%;background: #fff;overflow: hidden;border-radius: 100%;}
.mTeamList .bd li .info{float: left;width: 100%;padding: 0 4%;}
.mTeamList .bd li .info .text{float: left;width: 100%;margin-top: 10px;}
.mTeamList .bd li .info .text span{float: left;line-height: 20px;font-size: 12px;width: 100%;margin: 0 0 10px;color: #666;}
.mTeamList .bd li .info .text h3{float: left;line-height: 20px;font-size: 15px;width: 100%;margin:10px 0 0;color: #333;}
.mTeamList .bd li .info .text em{width: 100%;padding: 0 45%;height: 1px;float: left;margin:5px 0;}
.mTeamList .bd li .info .text em i{width: 100%;height: 1px;background: #666;float: left;}
@media (max-width: 768px) {
.mTeamList{display: block;}
}


/* mainBody */
.mainWrap{width: 100%;float: left;margin: 0px 0 40px;}
.main{width: 100%;margin:0px auto 0 ;}
@media (max-width: 768px) {
.mainWrap{margin-top: 0;margin-bottom: 15px;}
}

/* wap底部电话 */
.fixbar_09{z-index:999;position: fixed;bottom: 0px;left:0px;width: 100%;height: 54px;display: none;text-align: center;background: #f90;}
.fixbar_09 p{display: inline-block;height: 54px;}
.fixbar_09 a{float: left;color: #fff;font-size: 14px;width:100%;height: 54px;line-height: 54px;}
.fixbar_09 a img{height: 30px;float: left;float: left;margin: 12px 10px 0 0;}
.fixbar_09 a i{height: 54px;font-style: normal;float: right;line-height: 54px;overflow: hidden;font-size: 18px;}
@media (max-width: 768px) {
.fixbar_09{display: none;}
}

/*fbar_m*/
.fbar_m{position: fixed;bottom: 0;height: 54px;background:#fff;width: 100%;border-top: 1px solid #eee;display: none;z-index: 999;}
.fbar_m a{float: left;width: 20%;text-align: center;height: 50px;}
.fbar_m a .span{float: left;width: 100%;margin-top: 4px;text-align: center;font-size: 18px;}
.fbar_m a .span img{width:24px;}
.fbar_m a span{float: left;line-height: 12px;color: #555;text-align: center;width: 100%;margin-top: 4px;font-size: 12px;}
@media (max-width: 768px) {
.fbar_m{display: block;}
}


/* 通栏导航 */
.cateNav_9{width: 100%;float: left;margin:0px 0 20px;}
.cateNav_9 a{height: 56px;width: 200px;float: left;margin: 0 10px 0 0;}
.cateNav_9 a b{height: 56px;line-height: 56px;color: #555;float: left;font-size: 15px; width: 200px;background: #fff;text-align: center;font-weight: normal;}
.cateNav_9 a.cur{background:#ddd;color: #222;}
.cateNav_9 a:hover b{background:#ddd;color: #222;}
.cateNav_9 a.cur b{background:#f90;color: #fff;}
.cateNav_9 .search{height:56px;float: right;font-size: 13px;}
.cateNav_9 .search .input{width: 180px;height:56px;float: left;font-size: 14px;line-height: 54px;margin: 0 0;border: 1px solid #ddd;outline: none;border-right: none;padding-left: 15px;background: #eee;}
.cateNav_9 .search .submit{width: 52px;height:56px;float: left;line-height: 30px;border:1px solid #ddd;border-left: none;background: none;color: #666;outline: none;background: #eee;}
@media (max-width: 768px) {
.cateNav_9{width: 100%;float: left;margin:0px 0 0px;background: #fff;padding: 0 15px;box-shadow: 0 3px 3px #ccc;position: relative;}
.cateNav_9 a{height: 50px;line-height: 50px;float: left;font-size: 16px;margin-right: 20px;width: auto;}
.cateNav_9 a b{height: 50px;line-height: 50px;color: #999;float: left;font-size: 16px; width: auto;background: #fff;text-align: center;font-weight: normal;}
.cateNav_9 a.cur{border-bottom: 3px solid #f90;color: #f90;}
.cateNav_9 a:hover b{color:#f90;background: #fff;border-bottom: 3px solid #f90;}
.cateNav_9 a.cur b{color:#f90;background: #fff;border-bottom: 3px solid #f90;}
.cateNav_9 .search{display: none;}
}

/*cateNav_3*/
.cateNav_3{width: 100%;float: left;margin:0px 0 0px;background: #fff;padding: 0 20px;box-shadow: 0 3px 3px #eee;position: relative;display: none;}
.cateNav_3 a{height: 50px;line-height: 50px;color: #999;float: left;font-size: 15px;margin-right: 20px;}
.cateNav_3 a.cur{border-bottom: 3px solid #f90;color: #f90;}
@media (max-width: 768px) {
.cateNav_3{display: block;}
}





/*masterul*/
.masterul{float: left;width: 100%;padding: 0 0px;margin-bottom:20px;}
.masterul li{float: left;width:23.5%;margin: 0 2% 20px 0;position: relative;padding: 25px 45px 40px;background: #fff;transition:0.5s;}
.masterul li:nth-child(4n){margin-right: 0;}
.masterul li:hover{background: #f90;}
.masterul li:hover .tit{color: #fff;}
.masterul li:hover em{color: #fff;}
.masterul li:hover span i{background: #fff;}
.masterul li:hover .learnmore{background: #f90;color: #fff;border: 1px solid #fff;}
.masterul li .img{float: left;width:100%;padding: 0 6%;}
.masterul li .img img{float: left;width:100%;}
.masterul li .tit{float: left;width:100%;line-height: 44px;color: #222;overflow: hidden;font-size: 15px;padding:0px 0px 0;height: 44px;text-align: center;margin-top: 10px;color: #666;transition:0.5s;}
.masterul li em{float: left;width:100%;text-align: center;color: #999;}
.masterul li span{float: left;width:100%;padding: 0 46%;height: 1px;text-align: center;margin: 0 0 12px;}
.masterul li span i{float: left;width:100%;height: 1px;background: #666;}
.masterul li .learnmore{width: 100%;height: 40px;line-height: 40px;text-align: center;;color: #666;float: left;margin-top: 15px;border: 1px solid #ddd;transition:0.5s;}
@media (max-width: 768px) {
.masterul{float: left;width: 100%;margin-bottom:0px;padding:15px 15px 0;}
.masterul li{float: left;width:48.5%;margin: 0 2% 10px 0;position: relative;padding: 15px 15px 20px;background: #fff;transition:0.5s;}
.masterul li:nth-child(2n){margin-right: 0;float: right;}
.masterul li:hover{background: #f90;}
.masterul li:hover .tit{color: #fff;}
.masterul li:hover em{color: #fff;}
.masterul li:hover span i{background: #fff;}
.masterul li:hover .learnmore{background: #f90;color: #fff;border: 1px solid #fff;}
.masterul li .img{float: left;width:100%;padding: 0 6%;}
.masterul li .img img{float: left;width:100%;}
.masterul li .tit{float: left;width:100%;line-height: 44px;color: #222;overflow: hidden;font-size: 15px;padding:0px 0px 0;height: 44px;text-align: center;margin-top: 10px;color: #666;transition:0.5s;}
.masterul li em{float: left;width:100%;text-align: center;color: #999;}
.masterul li span{float: left;width:100%;padding: 0 46%;height: 1px;text-align: center;margin: 0 0 12px;}
.masterul li span i{float: left;width:100%;height: 1px;background: #666;}
.masterul li .learnmore{display: none;}
}

.masterulshow{float: left;width: 100%;padding: 0 20px 0 0;margin-bottom:10px;}
.masterulshow li{float: left;width:100%;position: relative;padding: 25px 35px 40px;background: #fff;transition:0.5s;}
.masterulshow li:nth-child(4n){margin-right: 0;}
.masterulshow li:hover{background: #f90;}
.masterulshow li:hover .tit{color: #fff;}
.masterulshow li:hover em{color: #fff;}
.masterulshow li:hover span i{background: #fff;}
.masterulshow li:hover .learnmore{background: #f90;color: #fff;border: 1px solid #fff;}
.masterulshow li .img{float: left;width:100%;padding: 0 6%;}
.masterulshow li .img img{float: left;width:100%;}
.masterulshow li .tit{float: left;width:100%;line-height: 44px;color: #222;overflow: hidden;font-size: 15px;padding:0px 0px 0;height: 44px;text-align: center;margin-top: 10px;color: #666;transition:0.5s;}
.masterulshow li em{float: left;width:100%;text-align: center;color: #999;}
.masterulshow li span{float: left;width:100%;padding: 0 46%;height: 1px;text-align: center;margin: 0 0 12px;}
.masterulshow li span i{float: left;width:100%;height: 1px;background: #666;}
.masterulshow li .learnmore{width: 100%;height: 40px;line-height: 40px;text-align: center;;color: #666;float: left;margin-top: 15px;border: 1px solid #ddd;transition:0.5s;}
@media (max-width: 768px) {
.masterulshow{float: left;width: 100%;padding: 0 0px 0 0;margin-bottom:10px;}
.masterulshow li{float: left;width:100%;position: relative;padding: 15px 20% 15px;background: #fff;transition:0.5s;}
.masterulshow li:nth-child(4n){margin-right: 0;}
.masterulshow li:hover{background: #f90;}
.masterulshow li:hover .tit{color: #fff;}
.masterulshow li:hover em{color: #fff;}
.masterulshow li:hover span i{background: #fff;}
.masterulshow li:hover .learnmore{background: #f90;color: #fff;border: 1px solid #fff;}
.masterulshow li .img{float: left;width:100%;padding: 0 6%;}
.masterulshow li .img img{float: left;width:100%;}
.masterulshow li .tit{float: left;width:100%;line-height: 44px;color: #222;overflow: hidden;font-size: 15px;padding:0px 0px 0;height: 44px;text-align: center;margin-top: 10px;color: #666;transition:0.5s;}
.masterulshow li em{float: left;width:100%;text-align: center;color: #999;}
.masterulshow li span{float: left;width:100%;padding: 0 46%;height: 1px;text-align: center;margin: 0 0 12px;}
.masterulshow li span i{float: left;width:100%;height: 1px;background: #666;}
.masterulshow li .learnmore{width: 100%;height: 40px;line-height: 40px;text-align: center;;color: #666;float: left;margin-top: 15px;border: 1px solid #ddd;transition:0.5s;}
}


/*通栏面包削导航*/
.addressNavAll{float: left;width: 100%;margin-bottom: 30px;border-bottom: 2px solid #eee;}
.addressNavAll .box{float: left;width: 100%;height: 60px;color: #888;line-height: 60px;}
.addressNavAll .box b{float: left;font-weight: normal;}
.addressNavAll .box a{float: left;color: #888;}
.addressNavAll .box span{float: left;color: #aaa;padding: 0 10px;}
@media (max-width: 768px) {
.addressNavAll{display: none;}
}

/*相关推荐*/
.recommands{float: left;width:100%;margin: 0px 0 20px;}
.recommands .title{float: left;width:100%;border-bottom: 2px solid #eee;line-height: 50px;height: 50px;margin-bottom: 15px;}
.recommands .title b{float: left;border-bottom: 2px solid #f90;color: #f90;font-size: 16px;height: 50px;font-weight: normal;}
.recommands ul{float: left;width:100%;font-size: 13px;color: #666;line-height: 22px;margin: 0;}
.recommands ul li{float: left;width:100%;color: #444;line-height: 36px;border-bottom: 1px dotted #ddd;margin: 0 0px 0 0;}
.recommands ul li i{float: left;color: #aaa;line-height: 36px;}
.recommands ul li em{float: left;color: #ddd;line-height: 36px;}
.recommands ul li a{float: left;color: #444;line-height: 36px;padding: 0 0 0 6px;max-width: 200px;height: 36px;overflow: hidden;margin-right: 20px;}
.recommands ul li span{float: left;color: #ddd;line-height: 36px;padding: 0 20px 0 6px;}
@media (max-width: 768px) {
.recommands{float: left;width:100%;margin: 0px 0 15px;}
.recommands .title{float: left;width:100%;border-bottom: 2px solid #eee;line-height: 50px;height: 50px;margin-bottom: 15px;}
.recommands .title b{float: left;border-bottom: 2px solid #f90;color: #f90;font-size: 16px;height: 50px;font-weight: normal;}
.recommands ul{float: left;width:100%;font-size: 13px;color: #666;line-height: 22px;margin: 0;}
.recommands ul li{float: left;width:100%;color: #444;line-height: 44px;border-bottom: 1px dotted #ddd;margin: 0 0px 0 0;}
.recommands ul li i{float: left;color: #aaa;line-height: 44px;}
.recommands ul li a{float: left;color: #444;line-height: 44px;padding: 0 0 0 4px;max-width: 90%;height: 44px;overflow: hidden;margin-right: 20px;font-size: 14px;}
.recommands ul li em{float: left;color: #ddd;line-height: 44px;display: none;}
.recommands ul li span{float: left;color: #ddd;line-height: 44px;padding: 0 20px 0 6px;display: none;}
}

/*quoteul*/
.quoteul{float: left;width: 100%;padding: 0 0px;margin-bottom:20px;}
.quoteul li{float: left;width:49.5%;margin: 0 1% 10px 0;position: relative;padding: 15px 25px;background: #fff;transition:0.5s;}
.quoteul li:nth-child(2n){margin-right: 0;}
.quoteul li:hover{background: #f90;}
.quoteul li:hover .summary{color: #fff;}
.quoteul li:hover p{color: #fff;}
.quoteul li .summary{float: left;width:100%;line-height: 24px;color: #222;overflow: hidden;font-size: 15px;padding:0px 0px 0;height: 48px;margin-top: 10px;color: #666;transition:0.5s;text-align: left;}
.quoteul li p{float: left;width:100%;color: #aaa;line-height: 30px;}
@media (max-width: 768px) {
.quoteul{float: left;width: 100%;padding:15px;}
.quoteul li{float: left;width:100%;margin: 0 0% 10px 0;position: relative;padding: 15px 25px;background: #fff;transition:0.5s;}
.quoteul li:nth-child(2n){margin-right: 0;}
.quoteul li:hover{background: #f90;}
.quoteul li:hover .summary{color: #fff;}
.quoteul li:hover p{color: #fff;}
.quoteul li .summary{float: left;width:100%;line-height: 24px;color: #222;overflow: hidden;font-size: 15px;padding:0px 0px 0;height: 48px;margin-top: 10px;color: #666;transition:0.5s;text-align: left;}
.quoteul li p{float: left;width:100%;color: #aaa;line-height: 30px;}
}


.quoteshow{float: left;width: 100%;padding: 0 20px 0 0;margin-bottom:10px;}
.quoteshow li{float: left;width:100%;position: relative;padding: 25px 0 25px;background: #fff;transition:0.5s;}
.quoteshow li b{float: left;width:70%;line-height: 44px;background: #f90;overflow: hidden;font-size: 18px;padding:0px 0px 0;height: 44px;margin-top: 10px;color: #fff;padding-left: 20px;font-weight: normal;}
.quoteshow li span{float: left;width:100%;padding: 0 0 0 20px;line-height: 60px;font-size: 15px;}
.quoteshow li p{float: left;width:100%;padding: 0 0 0 20px;line-height: 24px;font-size: 13px;color: #999;}
@media (max-width: 768px) {
.quoteshow{float: left;width: 100%;padding: 0 0px 0 0;margin-bottom:10px;}
.quoteshow li{float: left;width:100%;position: relative;padding: 25px 0 25px;background: #fff;transition:0.5s;}
.quoteshow li b{float: left;width:70%;line-height: 44px;background: #f90;overflow: hidden;font-size: 18px;padding:0px 0px 0;height: 44px;margin-top: 0px;color: #fff;padding-left: 20px;font-weight: normal;}
.quoteshow li span{float: left;width:100%;padding: 0 0 0 20px;line-height: 60px;font-size: 15px;}
.quoteshow li p{float: left;width:100%;padding: 0 0 0 20px;line-height: 24px;font-size: 13px;color: #999;}
}

/*classicsul*/
.classicsul{float: left;width: 100%;padding: 0 0px;margin-bottom:20px;}
.classicsul li{float: left;width:32%;margin: 0 2% 20px 0;position: relative;padding: 20px;background: #fff;transition:0.5s;}
.classicsul li:nth-child(3n){margin-right: 0;}
.classicsul li .img{float: left;width:30%;}
.classicsul li .img img{float: left;width:100%;}
.classicsul li .text{float: left;width:70%;padding-left: 15px;}
.classicsul li .text b{float: left;width: 100%;line-height: 40px;font-size: 18px;color: #333;font-weight: normal;}
.classicsul li .text span{float: left;width: 100%;line-height: 24px;font-size: 13px;color: #aaa;}
.classicsul li .text p{float: left;width: 100%;line-height: 24px;font-size: 13px;color: #999;}
@media (max-width: 768px) {
.classicsul{float: left;width: 100%;padding: 15px;margin-bottom:20px;}
.classicsul li{float: left;width:100%;margin: 0 0% 10px 0;position: relative;padding: 15px;background: #fff;transition:0.5s;}
.classicsul li:nth-child(3n){margin-right: 0;}
.classicsul li .img{float: left;width:25%;}
.classicsul li .img img{float: left;width:100%;}
.classicsul li .text{float: left;width:65%;padding-left: 10px;}
.classicsul li .text b{float: left;width: 100%;line-height: 20px;font-size: 16px;color: #333;font-weight: normal;}
.classicsul li .text span{float: left;width: 100%;line-height: 24px;font-size: 13px;color: #aaa;}
.classicsul li .text p{float: left;width: 100%;line-height: 24px;font-size: 13px;color: #999;}
}

.classicsshow{float: left;width: 100%;padding: 0 20px 0 0;margin-bottom:10px;}
.classicsshow li{float: left;width:100%;position: relative;padding:0px;background: #fff;transition:0.5s;}
.classicsshow li .img{float: left;width:40%;margin: 20px 0 0 20px;z-index: 2;position: relative;}
.classicsshow li .img img{float: left;width:100%;}
.classicsshow li b{float: left;width:50%;line-height: 34px;color: #333;overflow: hidden;font-size: 18px;padding:0px 0px 0;position: absolute;padding-left: 20px;height: 34px;margin-top: 50px;font-weight: normal;}
.classicsshow li p{float: left;width:100%;margin: 0 0 12px;background: #f90;color: #fff;padding: 80px 20px 160px;margin-top: -60px;z-index: 1;line-height: 26px;}
@media (max-width: 768px) {
.classicsshow{float: left;width: 100%;padding: 0 0px 0 0;margin-bottom:10px;}
.classicsshow li{float: left;width:100%;position: relative;padding:0px;background: #fff;transition:0.5s;}
.classicsshow li .img{float: left;width:30%;margin: 15px 0 0 15px;z-index: 2;position: relative;}
.classicsshow li .img img{float: left;width:100%;}
.classicsshow li b{float: left;width:50%;line-height: 34px;color: #333;overflow: hidden;font-size: 16px;padding:0px 0px 0;position: absolute;padding-left: 20px;height: 34px;margin-top: 50px;font-weight: normal;}
.classicsshow li p{float: left;width:100%;margin: 0 0 12px;background: #f90;color: #fff;padding: 70px 15px 30px;margin-top: -60px;z-index: 1;line-height: 26px;}
}

/*列表*/
.classicsdesc{float: left;width:100%;margin: 0px 0 20px;line-height:32px;font-size: 15px;color: #666;}
.classicsuls{float: left;width:100%;margin: 0px 0 20px;}
.classicsuls li{float: left;width:30%;color: #444;line-height: 44px;border-bottom: 1px dotted #ddd;margin: 0 5% 0 0;}
.classicsuls li:nth-child(3n){margin-right: 0;}
.classicsuls li a{float: left;color: #444;line-height: 44px;height: 44px;overflow: hidden;width: 100%;}
@media (max-width: 768px) {
.classicsdesc{float: left;width:100%;margin: 0px 0 20px;line-height:32px;font-size: 15px;color: #666;}
.classicsuls{float: left;width:100%;margin: 0px 0 20px;}
.classicsuls li{float: left;width:100%;color: #444;line-height: 44px;border-bottom: 1px dotted #ddd;margin: 0 0% 0 0;}
.classicsuls li:nth-child(3n){margin-right: 0;}
.classicsuls li a{float: left;color: #444;line-height: 44px;height: 44px;overflow: hidden;width: 100%;font-size: 14px;}
}




/*相关推荐*/
.recommandclassics{float: left;width:100%;margin: 0px 0 20px;}
.recommandclassics .title{float: left;width:100%;border-bottom: 2px solid #eee;line-height: 50px;height: 50px;margin-bottom: 15px;}
.recommandclassics .title b{float: left;border-bottom: 2px solid #f90;color: #f90;font-size: 16px;height: 50px;font-weight: normal;}
.recommandclassics .ul{float: left;width:100%;font-size: 13px;color: #666;line-height: 22px;margin: 0;}
.recommandclassics .ul a{float: left;width:13.333%;color: #444;line-height: 36px;border-bottom: 1px dotted #ddd;margin: 0 4% 0 0;}
.recommandclassics .ul a img{float: left;width: 100%;}
@media (max-width: 768px) {
.recommandclassics{float: left;width:100%;margin: 0px 0 0px;}
.recommandclassics .title{float: left;width:100%;border-bottom: 2px solid #eee;line-height: 50px;height: 50px;margin-bottom: 15px;}
.recommandclassics .title b{float: left;border-bottom: 2px solid #f90;color: #f90;font-size: 16px;height: 50px;font-weight: normal;}
.recommandclassics .ul{float: left;width:100%;font-size: 13px;color: #666;line-height: 22px;margin: 0;}
.recommandclassics .ul a{float: left;width:23.5%;color: #444;line-height: 36px;border-bottom: none;margin: 0 2% 0 0;}
.recommandclassics .ul a:nth-child(4n){margin-right: 0;}
.recommandclassics .ul a:nth-child(5){display: none;}
.recommandclassics .ul a:nth-child(6){display: none;}
.recommandclassics .ul a img{float: left;width: 100%;}
}

/*list_resource*/
.list_resource{float: left;width: 100%;}
.list_resource li{float: left;width:23.5%;margin: 0px 2% 20px 0 ;background: #fff;position: relative;}
.list_resource li:nth-child(4n){margin-right: 0;}
.list_resource li .tag{position: absolute;background: url(/Public/Common/Images/play.png) no-repeat center center;width:100%;height: 50px;z-index: 2;left: 0;top: 60px;}
.list_resource li .img{float: left;width:100%;overflow: hidden;z-index: 1;}
.list_resource li .img img{float: left;width:100%;-webkit-transition: 0.3s;-moz-transition: 0.3s;-ms-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;}
.list_resource li:hover .img img{-webkit-transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);-transform:scale(1.1,1.1);}
.list_resource li .title{float: left;width:100%;line-height: 36px;color: #333;overflow: hidden;font-size: 15px;height: 36px;padding:0 10px;margin: 10px 0 0px;}
.list_resource li p{float: left;width:100%;line-height: 20px;color: #666;overflow: hidden;font-size: 14px;padding:0px 10px 15px;}
.list_resource li p em{float: left;font-style: normal;color: #ddd;line-height: 20px;margin-right: 15px;}
.list_resource li p span{float: left;font-style: normal;color: #ddd;line-height: 20px;top: 0;margin-right: 4px;}
@media (max-width: 768px) {
.list_resource{float: left;width: 100%;padding: 15px 15px 0;}
.list_resource li{float: left;width:49%;margin: 0px 2% 10px 0 ;background: #fff;position: relative;}
.list_resource li:nth-child(2n){margin-right: 0;float: right;}
.list_resource li .tag{position: absolute;background: url(/Public/Common/Images/play.png) no-repeat center center;width:100%;height: 50px;z-index: 2;left: 0;top: 35px;}
.list_resource li .img{float: left;width:100%;overflow: hidden;z-index: 1;}
.list_resource li .img img{float: left;width:100%;-webkit-transition: 0.3s;-moz-transition: 0.3s;-ms-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;}
.list_resource li:hover .img img{-webkit-transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);-transform:scale(1.1,1.1);}
.list_resource li .title{float: left;width:100%;line-height: 20px;color: #333;overflow: hidden;font-size: 14px;height: 40px;padding:0 10px;margin: 10px 0 0px;}
.list_resource li p{float: left;width:100%;line-height: 20px;color: #666;overflow: hidden;font-size: 14px;padding:0px 10px 10px;}
.list_resource li p em{float: left;font-style: normal;color: #ddd;line-height: 20px;margin-right: 15px;}
.list_resource li p span{float: left;font-style: normal;color: #ddd;line-height: 20px;top: 0;margin-right: 4px;}
}
.show_resource{float: left;width: 100%;padding-right: 20px;}
.show_resource li{float: left;width:100%;margin: 0px 0% 20px 0 ;background: #fff;position: relative;}
.show_resource li .tag{position: absolute;background: url(/Public/Common/Images/play.png) no-repeat center center;width:100%;height: 50px;z-index: 2;left: 0;top: 60px;}
.show_resource li .img{float: left;width:100%;overflow: hidden;z-index: 1;}
.show_resource li .img img{float: left;width:100%;-webkit-transition: 0.3s;-moz-transition: 0.3s;-ms-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;}
.show_resource li:hover .img img{-webkit-transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);-transform:scale(1.1,1.1);}
.show_resource li .title{float: left;width:100%;line-height: 24px;color: #333;overflow: hidden;font-size: 15px;padding:0 15px;margin: 15px 0 10px;}
.show_resource li p{float: left;width:100%;line-height: 20px;color: #666;overflow: hidden;font-size: 14px;padding:0px 15px 15px;}
.show_resource li p em{float: left;font-style: normal;color: #ddd;line-height: 20px;margin-right: 15px;}
.show_resource li p span{float: left;font-style: normal;color: #ddd;line-height: 20px;top: 0;margin-right: 4px;}
@media (max-width: 768px) {
.show_resource{float: left;width: 100%;padding-right: 0px;}
.show_resource li{float: left;width:100%;margin: 0px 0% 10px 0 ;background: #fff;position: relative;}
.show_resource li .tag{position: absolute;background: url(/Public/Common/Images/play.png) no-repeat center center;width:100%;height: 50px;z-index: 2;left: 0;top: 60px;display: none;}
.show_resource li .img{float: left;width:100%;overflow: hidden;z-index: 1;display: none;}
.show_resource li .img img{float: left;width:100%;-webkit-transition: 0.3s;-moz-transition: 0.3s;-ms-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;}
.show_resource li:hover .img img{-webkit-transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);-transform:scale(1.1,1.1);}
.show_resource li .title{float: left;width:100%;line-height: 24px;color: #333;overflow: hidden;font-size: 16px;padding:0 15px;margin: 15px 0 10px;}
.show_resource li p{float: left;width:100%;line-height: 20px;color: #666;overflow: hidden;font-size: 14px;padding:0px 15px 15px;}
.show_resource li p em{float: left;font-style: normal;color: #ddd;line-height: 20px;margin-right: 15px;}
.show_resource li p span{float: left;font-style: normal;color: #ddd;line-height: 20px;top: 0;margin-right: 4px;}
}

.productss{float: left;width: 100%;z-index: 333;position: relative;}
.productss .box{float: left;width: 100%;background: #fff;box-shadow:0 20px 30px rgba(0,0,0,0.1);}
.productss .box .one{float: left;width: 100%;position: relative;color: #fff;}
.productss .box .one .img{float: left;width: 100%;position: relative;}
.productss .box .one .img img{float: left;width: 100%;}
.productss .box .one .info{float: left;width: 25%;padding:100px 40px 0;position: absolute;right: 10%;background:rgba(255,136,0,0.9);height: 620px;}
.productss .box .one .info h1{float: left;width: 100%;line-height: 60px;font-size: 18px;color: #fff;font-weight: normal;margin:0;}
.productss .box .one .info h2{float: left;line-height: 40px;font-size: 24px;color: #fff;margin:0 0 15px;}
.productss .box .one .info h3{float: left;width: 100%;line-height: 20px;font-size: 13px;color: #fff;font-weight: normal;margin-bottom: 30px;}
.productss .box .one .info a{float: left;margin: 0 20px 0 0;padding: 0 60px 0 20px;color: #fff;border: 1px solid #fff;line-height: 44px;}
.productss .box .tabs{float: left;width: 100%;padding:0 100px;}
.productss .box .tabs .ul{width:100%;height:84px;float: left;font-size: 13px;text-align: center;margin-bottom: 40px;}
.productss .box .tabs .ul li{height: 80px;display:inline-block;cursor:pointer;color:#000;line-height: 80px;font-size: 18px;float: left;margin-right: 80px;}
.productss .box .tabs .ul li a{color: #000;}
.productss .box .tabs .ul li.hover{color:#f90;border-bottom: 6px solid #f90;}
.productss .box .text{float: left;width: 100%;padding:0 100px 100px;}
.productss .box .text img{float: left;max-width: 100%;}
@media (max-width: 768px) {
.productss{float: left;width: 100%;margin: -100px 0px 60px;padding: 0 30px;}
.productss .box{box-shadow: none;}
.productss .box .one{float: left;width: 100%;padding: 0px;background: #fff;box-shadow:0 20px 30px rgba(0,0,0,0.1);border-radius: 15px;}
.productss .box .one .img{float: left;width: 100%;position: relative;}
.productss .box .one .img img{float: left;width: 100%;}
.productss .box .one .info{float: left;width: 100%;padding:30px;position: relative;background:none;height: auto;right: 0}
.productss .box .one .info h1{float: left;width: 100%;line-height: 60px;font-size: 18px;color: #000;font-weight: normal;margin:0;}
.productss .box .one .info h2{float: left;line-height: 40px;font-size: 24px;color: #000;margin:0 0 15px;}
.productss .box .one .info h3{float: left;width: 100%;line-height: 20px;font-size: 13px;color: #000;font-weight: normal;margin-bottom: 30px;}
.productss .box .one .info a{float: left;margin: 0 20px 0 0;padding: 0 60px 0 20px;color: #000;border: 1px solid #000;line-height: 44px;}
.productss .box .tabs{float: left;width: 100%;padding:0;}
.productss .box .tabs .ul{width:100%;height:auto;float: left;font-size: 13px;text-align: center;margin-bottom: 0px;}
.productss .box .tabs .ul li{height: 60px;display:inline-block;cursor:pointer;color:#000;line-height: 60px;font-size: 15px;float: left;margin-right: 15px;}
.productss .box .tabs .ul li a{color: #000;}
.productss .box .tabs .ul li.hover{color:#f90;border-bottom: 6px solid #f90;}
.productss .box .text{float: left;width: 100%;padding:0 0px 0px;}
.productss .box .text img{float: left;max-width: 100%;}
}



/*share_02*/
.share_02{float: left;width: 100%;padding: 30px 100px;background: #fafafa;margin-bottom: 40px;}
.share_02 .bdsharebuttonbox a{float: left;margin: 0 25px 0 0;width: 50px;height:50px;border-radius: 100%;}
.share_02 .bdsharebuttonbox .bds_more{background:#ffc800 url(/Public/Common/Images/sns.add.w.png) no-repeat center 10px;;background-size: 30px}
.share_02 .bdsharebuttonbox .bds_weixin{background:#4dbd55 url(/Public/Common/Images/sns.weixin.w.png) no-repeat center 10px;background-size: 30px;}
.share_02 .bdsharebuttonbox .bds_qzone{background:#ff9900 url(/Public/Common/Images/sns.qqzone.w.png) no-repeat center 10px;background-size: 30px;}
.share_02 .bdsharebuttonbox .bds_tsina{background:#ff3333 url(/Public/Common/Images/sns.weibo.w.png) no-repeat center 10px;background-size: 30px;}
.share_02 .bdsharebuttonbox .bds_sqq{background:#36beff url(/Public/Common/Images/sns.qq.w.png) no-repeat center 10px;background-size: 30px;}
.share_02 .bdsharebuttonbox .bds_copy{background:#aaaaaa url(/Public/Common/Images/sns.link.w.png) no-repeat center 10px;background-size: 30px;}
@media (max-width: 768px) {
.share_02{float: left;width: 100%;padding:30px 0;background: none;margin-bottom: 0px;}
.share_02 .bdsharebuttonbox a{float: left;margin: 0 10px 0 0;width: 40px;height:40px;}
.share_02 .bdsharebuttonbox .bds_more{background:#ffc800 url(/Public/Common/Images/sns.add.w.png) no-repeat center 8px;background-size: 24px}
.share_02 .bdsharebuttonbox .bds_weixin{background:#4dbd55 url(/Public/Common/Images/sns.weixin.w.png) no-repeat center 8px;background-size: 24px;}
.share_02 .bdsharebuttonbox .bds_qzone{background:#ff9900 url(/Public/Common/Images/sns.qqzone.w.png) no-repeat center 8px;background-size: 24px;}
.share_02 .bdsharebuttonbox .bds_tsina{background:#ff3333 url(/Public/Common/Images/sns.weibo.w.png) no-repeat center 8px;background-size: 24px;}
.share_02 .bdsharebuttonbox .bds_sqq{background:#36beff url(/Public/Common/Images/sns.qq.w.png) no-repeat center 8px;background-size: 24px;}
.share_02 .bdsharebuttonbox .bds_copy{background:#aaaaaa url(/Public/Common/Images/sns.link.w.png) no-repeat center 8px;background-size: 24px;}
}






.techc{float: left;width: 100%;padding:100px 0 ;}
.techc .c{float: left;width: 100%;position: relative;transition:0.5s;opacity: 1;}
.techc .c img{float: left;width: 100%;}
.techc .c_m{float: left;width: 100%;position: relative;transition:0.5s;opacity: 1;display: none;padding: 25px;}
.techc .c_m img{float: left;width: 100%;}
@media (max-width: 768px) {
.techc{float: left;width: 100%;padding:25px 0 ;}
.techc .c{display: none;}
.techc .c_m{display: block;}
}

/* bdHow */
.bdHow{float: left;width: 100%;padding:0;transition:0.5s;position: relative;}
.bdHow .box{float: left;width: 100%;background: #fff;padding: 60px 100px;font-size: 14px;line-height: 30px;}
.bdHow .box .pc{width: 100%;float: left;}
.bdHow .box .mm{width: 100%;float: left;display: none;padding: 0 30px;}
.bdHow .box .mm img{max-width: 100%;}
@media (max-width: 768px) {
.bdHow{width: 100%;background: #fff;float: left;margin-bottom: 60px;}
.bdHow .box{width: 100%;float: left;padding: 20px;border: none;}
.bdHow .box .pc{display: none;}
.bdHow .box .mm{display: block;padding: 0}
}


/*bdFour*/
.bdFour{float: left;width: 100%;padding:0;transition:0.5s;position: relative;}
.bdFour .box{float: left;width: 100%;background: #fff;padding: 60px 100px;}
.bdFour .box .t{float: left;width:100%;font-size: 18px;color: #fff;margin:80px 0 20px;position: relative;transition:0.5s;}
.bdFour .box .t p{float: left;width:100%;text-align: center;height: 140px;}
.bdFour .box .t p i{display: inline-block;width:400px;font-size: 34px;color: #fff;line-height: 140px;text-align: center;text-transform: uppercase;font-style: normal;height: 140px;background: #f90;}
.bdFour .box .t em{float: left;width:100%;height: 4px;padding: 0 48%;margin-top: -4px;}
.bdFour .box .t em i{float: left;width:100%;height: 4px;background: #fff;}
.bdFour .box .t b{float: left;width:100%;font-size: 24px;color: #f90;line-height: 40px;font-weight: normal;text-align: center;margin-top: 30px;text-transform: uppercase;}
.bdFour .box .t span{float: left;width:100%;font-size: 24px;color: #333;line-height: 40px;font-weight: normal;text-align: center;margin-top: 10px;}
.bdFour .box .ul{float: left;width: 100%;position: relative;transition:0.5s;margin-top: 60px;}
.bdFour .box .ul li{float: left;width:22%;margin: 0 4% 0px 0;position: relative;padding: 80px 30px 50px;transition:0.5s;box-shadow: 0 15px 30px rgba(0,0,0,0.1)}
.bdFour .box .ul li:nth-child(4){margin-right: 0;}
.bdFour .box .ul li:hover{background: #f90;box-shadow: 0 15px 30px rgba(0,0,0,0.2)}
.bdFour .box .ul li:hover .tit1 img{border: 1px solid #fff;background:#fff;}
.bdFour .box .ul li:hover .tit2{color: #fff;}
.bdFour .box .ul li:hover .see{color: #fff;border: 1px solid #fff;}
.bdFour .box .ul li:hover .p_p{color: #fff;}
.bdFour .box .ul li:hover em i{background:#fff;}
.bdFour .box .ul li .tit1{float: left;width:100%;overflow: hidden;transition:0.5s;text-align: center;transition:0.5s;}
.bdFour .box .ul li .tit1 img{display: inline-block;border: 1px solid #f90;width: 102px;width: 102px;border-radius: 100%;transition:0.5s;}
.bdFour .box .ul li .tit2{float: left;width:100%;line-height: 44px;color: #333;overflow: hidden;font-size: 24px;text-align: center;transition:0.5s;margin-top: 20px;}
.bdFour .box .ul li em{float: left;width:100%;height: 4px;margin: 20px 0 30px;padding: 0 40%;}
.bdFour .box .ul li em i{float: left;width:100%;height: 4px;background: #000;margin: 0px 0;transition:0.5s;}
.bdFour .box .ul li .p_p{float: left;width:100%;line-height: 24px;height: 72px;overflow: hidden;text-align: center;font-size: 14px;transition:0.5s;}
@media (max-width: 768px) {
.bdFour{margin-bottom: 0;}
.bdFour .box{background: none;margin-top: -60px;margin-bottom: 60px;}
.bdFour .box .t{float: left;width:100%;font-size: 18px;color: #fff;margin-bottom:20px;position: relative;transition:0.5s;padding: 0 30px;margin-top: 0;}
.bdFour .box .t p{float: left;width:100%;text-align: center;height: 120px;}
.bdFour .box .t p i{display: inline-block;width:100%;font-size: 24px;color: #fff;line-height: 120px;text-align: center;text-transform: uppercase;font-style: normal;height: 120px;background: #f90;}
.bdFour .box .t em{float: left;width:100%;height: 4px;padding: 0 48%;margin-top: -4px;}
.bdFour .box .t em i{float: left;width:100%;height: 4px;background: #fff;}
.bdFour .box .t b{float: left;width:100%;font-size: 24px;color: #f90;line-height: 40px;font-weight: normal;text-align: center;margin-top: 30px;text-transform: uppercase;}
.bdFour .box .t span{float: left;width:100%;font-size: 16px;color: #333;line-height: 30px;font-weight: normal;text-align: center;margin-top: 0px;}
.bdFour .box .ul{bottom: 0px;opacity: 1;margin-top:0px;padding: 0 25px;}
.bdFour .box .ul li{float: left;width:48%;margin: 0 0% 20px 0;position: relative;padding: 40px 15px 0;transition:0.5s;background:#fff;overflow: hidden;box-shadow: 0 10px 20px rgba(0,0,0,0.05)}
.bdFour .box .ul li:nth-child(2n){float: right;}
.bdFour .box .ul li:hover{background: #007abd;}
.bdFour .box .ul li:hover .tit1{display: none;}
.bdFour .box .ul li:hover .tit2{color: #fff;}
.bdFour .box .ul li:hover .see{color: #fff;border: 1px solid #fff;}
.bdFour .box .ul li:hover p{color: #fff;}
.bdFour .box .ul li:hover em{display: block;}
.bdFour .box .ul li:hover span{display: block;}
.bdFour .box .ul li .tit1{float: left;width:100%;transition:0.5s;text-align: center;line-height: 20px;}
.bdFour .box .ul li .tit1 img{height: 70px;width: 70px}
.bdFour .box .ul li .tit2{float: left;width:100%;line-height: 34px;color: #333;overflow: hidden;font-size: 18px;text-align: center;transition:0.5s;margin-top: 10px;}
.bdFour .box .ul li em{float: left;width:100%;height: 3px;margin: 10px 0 20px;padding: 0 40%;}
.bdFour .box .ul li .p_p{float: left;width:100%;line-height: 20px;height: 80px;overflow: hidden;text-align: center;font-size: 12px;transition:0.5s;}
}


/*toolBox_19 首页8工具栏*/
.toolBox_19{width: 100%;float: left;padding-top: 50px;padding-bottom: 50px;background: #fff;}
.toolBox_19 .t{width: 100%;float: left;height:150px;position: relative;text-align: center;}
.toolBox_19 .t .titlebox{width: 100%;height: 80px;float: left;border-bottom: 1px solid #ddd;text-align: center;}
.toolBox_19 .t .titlebox b{font-size: 36px;line-height: 80px;font-weight: normal;border-bottom: 1px solid #3487bb;height: 80px;display: inline-block;color: #3487bb;padding: 0 0px;}
.toolBox_19 .t i{float: left;width: 100%;font-style: normal;font-size: 16px;line-height: 60px;  text-transform: uppercase;color: #888;}
.toolBox_19 .box{width: 100%;float: left;}
.toolBox_19 .box a{width: 19.04%;float: left;background: #fff;margin-right: 1.2%;margin-bottom: 0;;transition: 0.3s;}
.toolBox_19 .box a:nth-child(5n){margin-right: 0;}
.toolBox_19 .box a .img{width:100%;text-align: center;float: left;height: 84px;margin: 10px 0 0;transition: 0.3s;}
.toolBox_19 .box a .img img{width: 84px;border-radius: 100%;padding: 10px;}
.toolBox_19 .box a:nth-child(1) .img img{background: #3487bb;}
.toolBox_19 .box a:nth-child(2) .img img{background: #f90;}
.toolBox_19 .box a:nth-child(3) .img img{background: #3CB572;}
.toolBox_19 .box a:nth-child(4) .img img{background: #9A4EB3;}
.toolBox_19 .box a:nth-child(5) .img img{background: #D83939;}
.toolBox_19 .box a:nth-child(6) .img img{background: #D83939;}
.toolBox_19 .box a:nth-child(7) .img img{background: #3487bb;}
.toolBox_19 .box a:nth-child(8) .img img{background: #f90;}
.toolBox_19 .box a:nth-child(9) .img img{background: #3CB572;}
.toolBox_19 .box a:nth-child(10) .img img{background: #9A4EB3;}
.toolBox_19 .box a span{width: 100%;text-align: center;float: left;font-size: 20px;color: #666;line-height: 54px;margin-bottom: 15px;}
.toolBox_19 .box a:hover span{color:#3487bb;}
@media (max-width: 768px) {
.toolBox_19{width: 100%;float: left;padding-top: 20px;display: none;}
}
.toolBox_19_m{display: none;}
@media (max-width: 768px) {
.toolBox_19_m{width: 100%;float: left;display: block;padding-bottom: 0;margin-bottom: 15px;background: #fff;padding:15px 15px 25px;}
.toolBox_19_m .t{width: 100%;float: left;position: relative;text-align: center;}
.toolBox_19_m .t .titlebox{width: 100%;height: 40px;float: left;border-bottom: 1px solid #eee;text-align: center;}
.toolBox_19_m .t .titlebox b{font-size: 20px;line-height:40px;font-weight: normal;border-bottom: 1px solid #3487bb;height: 40px;display: inline-block;color: #3487bb;padding: 0 0px;}
.toolBox_19_m .t i{float: left;width: 100%;font-style: normal;font-size: 13px;line-height:40px;  text-transform: uppercase;color: #666;}
.toolBox_19_m .box{width: 100%;float: left;margin-top: 10px;}
.toolBox_19_m .box a{width: 20%;float: left;height:auto;transition: 0.3s;background: none;}
.toolBox_19_m .box a .img{width:100%;text-align: center;float: left;height: 52px;margin: 5px 0 0;transition: 0.3s;}
.toolBox_19_m .box a .img img{width: 52px;display: inline-block;height: 52px;padding: 8px;border-radius: 52px;}
.toolBox_19_m .box a:nth-child(1) .img img{background: #3487bb;}
.toolBox_19_m .box a:nth-child(2) .img img{background: #f90;}
.toolBox_19_m .box a:nth-child(3) .img img{background: #3CB572;}
.toolBox_19_m .box a:nth-child(4) .img img{background: #9A4EB3;}
.toolBox_19_m .box a:nth-child(5) .img img{background: #D83939;}
.toolBox_19_m .box a:nth-child(6) .img img{background: #D83939;}
.toolBox_19_m .box a:nth-child(7) .img img{background: #3487bb;}
.toolBox_19_m .box a:nth-child(8) .img img{background: #f90;}
.toolBox_19_m .box a:nth-child(9) .img img{background: #3CB572;}
.toolBox_19_m .box a:nth-child(10) .img img{background: #9A4EB3;}
.toolBox_19_m .box a span{width: 100%;text-align: center;float: left;font-size: 13px;color: #333;line-height: 34px;margin: 0 0 0px;}
.toolBox_19_m .box a:hover{background:#3487bb;}
}


/*indexjs*/
.indexjs{ float: left;width: 100%;position: relative;background: #fff;display: none;margin-bottom: 15px;}
.indexjs .box{ float:left;width: 100%;padding: 15px;}
.indexjs .box p{ float:left;width: 100%;padding: 0px;line-height: 28px;font-size: 15px;}
.indexjs .box .img{ float:left;width: 100%;height: auto;}
.indexjs .box .img img{ float:left;width: 100%;}
@media (max-width: 768px) {
.indexjs{display: block;}
}



/* teamBox */
.teamBox{float: left;width: 100%;}
.teamBox img{float: left;width:100%;}
.teamBox .text{float: left;width:100%;background:#3487bb;text-align: center;bottom: 0;z-index: 3;transition: 0.3s;}
.teamBox .text .titles{float: left;width:100%;line-height: 50px;color: #fff;overflow: hidden;font-size: 18px;height: 50px;margin-top: 10px;}
.teamBox .text p{float: left;width:100%;line-height:54px;color: #fff;text-align: center;margin-bottom: 10px;}
.teamBox .text span{float: left;width:100%;padding: 0 45%;}
.teamBox .text span i{float: left;width:100%;height: 1px;background:#fff;}
@media (max-width: 768px) {
.teamBox{float: left;width: 100%;padding: 15px;}
}

.fixbar_07{width: 100%;height: 60px;display: none;float: left;}
.fixbar_07 a{float: left;color: #fff;font-size: 17px;width:50%;text-align: center;height: 60px;line-height: 60px;}
.fixbar_07 a.tel{background:#3487bb;width: 50%;}
.fixbar_07 a.mapnav{background:#f90;width: 50%;}
@media (max-width: 768px) {
.fixbar_07{display: block;padding: 0 15px;}
}




/*note_index */
.note_index{width: 100%;float: left;display: none;padding: 25px 15px;background: #fff;}
.note_index .li{width: 100%;float: left;}
.note_index .li .lir{width: 100%;float: left;}
.note_index .li .lir .submit{width: 35%;height: 42px;float: left;line-height: 40px;border: 1px solid #f90;background: #f90;color: #fff;text-align: center;padding: 0;}
.note_index .li .lir .textarea{width: 100%;height:70px;background: #fff; line-height:22px;padding:6px;outline: none;color: #aaa;font-size: 13px;float: left;border: 1px solid #eee;margin-bottom: 15px;}
.note_index .li .lir .input{width: 65%;background: #fff;line-height: 40px;outline: none;color: #aaa;font-size: 13px;float: left;height: 42px;border: 1px solid #eee;margin: 0;border-right: none;}
.note_index .li .lir .input:focus{outline: none;box-shadow: 0 0 4px #E77817 ;}
@media (max-width: 768px) {
.note_index{display: block;}
}



.serviceBox{float: left;width: 100%;margin: 20px 0 15px;border: 1px dashed #ddd;padding: 15px;line-height: 26px;background: #fafafa;}
.serviceBox img{max-width: 100%;}



/*服务页面咨询盒子*/
.faqbox{float: left;width: 100%;margin-top: 20px;}
.faqbox .li{float: left;width: 30%;}
.faqbox .li.l{width: 30%;}
.faqbox .li.m{width: 35%;border-left: 1px dotted #ddd;border-right: 1px dotted #ddd;padding-left: 30px;}
.faqbox .li.r{float: right;width: 35%;padding-left: 30px;}
.faqbox .li .b{float: left;line-height: 30px;padding: 0 50px 10px 0px;color: #333;font-size: 15px;display: none;}
.faqbox .li .list{float: left;width: 100%;padding: 0 20px 0 0;}
.faqbox .li .list a{float: left;width: 100%;line-height: 28px;height: 28px;overflow: hidden;transition:1s;}
.faqbox .li .list a:hover{color:#fff;background: #3487bb}
@media (max-width: 768px) {
.faqbox .li{float: left;width: 100%;margin-bottom: 15px;}
.faqbox .li.l{width: 100%;}
.faqbox .li.m{width: 100%;border-bottom: 1px dotted #ddd;border-top: 1px dotted #ddd;padding-left: 0px;border-left: none;border-right: none;padding: 15px 0;}
.faqbox .li.r{float: right;width: 100%;padding-left: 0px;}
}



.sectionbox{float: left;width: 100%;margin-top: 20px;}
.sectionbox .li{float: left;width: 33.3333%;height: 400px;}
.sectionbox .li.l{background: #aaa;transition:1s;}
.sectionbox .li.l .b{background: #3487bb;transition:1s;}
.sectionbox .li.l:hover .b{background: #f90;line-height: 50px;}
.sectionbox .li.m{background: #bbb;transition:1s;}
.sectionbox .li.m .b{background: #20AB6B;transition:1s;}
.sectionbox .li.m:hover .b{background: #f90;line-height: 50px;}
.sectionbox .li.r{background: #aaa;transition:1s;}
.sectionbox .li.r .b{background: #3487bb;transition:1s;}
.sectionbox .li.r:hover .b{background: #f90;line-height: 50px;}
.sectionbox .li .b{float: left;line-height: 60px;color: #fff;font-size: 18px;text-align: center;width: 100%;}
.sectionbox .li .list{float: left;width: 100%;padding: 20px;color: #fff;}
.sectionbox .li .list p{float: left;width: 100%;line-height: 20px;margin-bottom: 15px;}
@media (max-width: 768px) {
.sectionbox .li{float: left;width: 100%;height: auto;}
.sectionbox .li.l{background: #aaa;transition:1s;}
.sectionbox .li.l .b{background: #3487bb;transition:1s;}
.sectionbox .li.m{background: #bbb;transition:1s;}
.sectionbox .li.m .b{background: #20AB6B;transition:1s;}
.sectionbox .li.r{background: #aaa;transition:1s;}
.sectionbox .li.r .b{background: #3487bb;transition:1s;}
.sectionbox .li .b{float: left;line-height: 50px;color: #fff;font-size: 16px;text-align: center;width: 100%;}
.sectionbox .li .list{float: left;width: 100%;padding: 20px;color: #fff;}
.sectionbox .li .list p{float: left;width: 100%;line-height: 20px;margin-bottom: 10px;}
}


.zybox{float: left;width: 100%;margin-top: 20px;}
.zybox img{max-width: 100%;}





/*youshibox*/
.youshibox{float: left;width: 100%;overflow: hidden;background: #fff;margin-top: 20px;margin-bottom: 20px;}
.youshibox img{float: left;width:33.3333%;}


/*servicelc 服务流程*/
.servicelc{float: left;width: 100%;overflow: hidden;margin-top: 20px;}
.servicelc img{float: left;max-width: 100%;}

.contactbox{float: left;width: 100%;overflow: hidden;margin: 0px 0 20px;background: #3487bb;color: #fff;border-radius: 6px;padding:10px 5px;}
.contactbox .telbox{float: left;width: 100%;text-align: center;line-height:30px;color: #fff;font-size: 16px;}
.contactbox .telbox span{font-size: 16px;}
.contactbox .telbox b{font-size: 16px;font-weight: normal;}
.contactbox p{float: left;width: 100%;text-align: center;line-height: 30px;font-size: 26px;color: #fff;}
@media (max-width: 768px) {
.contactbox{float: left;width: 100%;overflow: hidden;margin: 20px 0;background: #3487bb;color: #fff;border-radius: 60px;padding:8px 5px;}
.contactbox .telbox{float: left;width: 100%;text-align: center;line-height:20px;color: #fff;font-size: 16px;}
.contactbox .telbox span{font-size: 16px;}
.contactbox .telbox b{font-size: 16px;font-weight: normal;}
.contactbox p{float: left;width: 100%;text-align: center;line-height: 24px;font-size: 20px;color: #fff;}
}



.contactboxs{float: left;width: 100%;overflow: hidden;color: #fff;border-radius: 6px;display: none;padding:0 15px 15px;}
.contactboxs .box{float: left;width: 100%;overflow: hidden;border:1px solid #3487bb;border-radius: 40px;height: 40px;background: #fff;}
.contactboxs .box .telbox{float: left;width: 60%;text-align: center;line-height:40px;color: #fff;font-size: 16px;height: 40px;background: #fff;}
.contactboxs .box .telbox span{font-size: 16px;color: #3487bb;float: left;line-height: 36px;padding-left: 10px;margin-right: 5px;margin-left: 10px;}
.contactboxs .box .telbox p{float: left;line-height: 38px;font-size: 18px;color: #3487bb;}
.contactboxs .box b{font-size: 14px;font-weight: normal;width: 40%;background: #3487bb;color: #fff;float: right;line-height: 40px;border-radius: 40px;text-align: center;overflow: hidden;}
@media (max-width: 768px) {
.contactboxs{display: block;}
}


.contactboxss{float: left;width: 100%;overflow: hidden;color: #fff;border-radius: 6px;display: none;padding:0 0px 15px;}
.contactboxss .box{float: left;width: 100%;overflow: hidden;border:1px solid #3487bb;border-radius: 40px;height: 40px;background: #fff;}
.contactboxss .box .telbox{float: left;width: 60%;text-align: center;line-height:40px;color: #fff;font-size: 16px;height: 40px;background: #fff;}
.contactboxss .box .telbox span{font-size: 16px;color: #3487bb;float: left;line-height: 36px;padding-left: 10px;margin-right: 5px;margin-left: 10px;}
.contactboxss .box .telbox p{float: left;line-height: 38px;font-size: 18px;color: #3487bb;}
.contactboxss .box b{font-size: 14px;font-weight: normal;width: 40%;background: #3487bb;color: #fff;float: right;line-height: 40px;border-radius: 40px;text-align: center;overflow: hidden;}
@media (max-width: 768px) {
.contactboxss{display: block;}
}



.notice_5{float: left;height: 40px;width: 100%;margin-top: 20px;}
.notice_5 .box{float: left;height: 40px;width: 100%;}
.notice_5 .box span{float: left;height: 40px;line-height: 40px;font-size: 18px;}
.notice_5 .box a{float: left;height: 40px;line-height: 40px;padding-left: 10px;color: #333;font-size: 15px;}
@media (max-width: 768px) {
.notice_5{display: none;}
}





/* list_20 */
.list_20{float: left;width: 100%;}
.list_20 li{float: left;width:47%;margin: 0 3% 30px 0 ;background: #ddd;position: relative;padding:0px;}
.list_20 li:hover{background: #f90;}
.list_20 li:hover .titles{color: #fff;}
.list_20 li:hover p{color: #fff;}
.list_20 li:hover p span{border-color: #fff;}
.list_20 li .img{float: left;width:100%;}
.list_20 li .img img{float: left;width:100%;}
.list_20 li .titles{float: left;width:100%;line-height: 60px;color: #333;overflow: hidden;font-size: 16px;height: 60px;text-align: center;margin-top: 10px;}
.list_20 li p{float: left;width:100%;line-height: 44px;color: #333;text-align: center;margin-bottom: 10px;}
.list_20 li p span{width: 70%;float: left;margin:0 15%;border-top: 1px solid #666;}
.list_20 li p span{width: 70%;float: left;margin:0 15%;border-top: 1px solid #666;}
.list_20  li{
transition:width 1s, height 1s;
-moz-transition:width 1s, height 1s, -moz-transform 1s; /* Firefox 4 */
-webkit-transition:width 1s, height 1s, -webkit-transform 1s; /* Safari and Chrome */
-o-transition:width 1s, height 1s, -o-transform 1s; /* Opera */
}
.list_20  li:hover{
box-shadow: 0 0 10px #ccc;
transform:translate(0,-10px);
-moz-transform:translate(0,-5px); /* Firefox 4 */
-webkit-transform:translate(0,-5px); /* Safari and Chrome */
-o-transform:translate(0,-5px); /* Opera */
}
#mR0{margin-right: 0;}

#allmap{float: left;width: 100%;height: 300px;}



/*cateNavAllPc_1*/
.cateNavAllPc_1{width: 100%;float: left;position: relative;margin-bottom: 40px;background: #fff;display: none;}
.cateNavAllPc_1 a{height: 80px;line-height: 80px;color: #000;float: left;font-size: 16px;margin-right: 80px;background: #fff;}
.cateNavAllPc_1 a.cur{color: #f90;border-bottom: 5px solid #f90;}
@media (max-width: 768px) {
.cateNavAllPc_1{display: none;}
}






/*serviceAdv*/
.serviceAdv{float: left;width: 100%;padding: 60px 0px;overflow: hidden;background: #fff;}
.serviceAdv.on .box .c a.a1{left: 0;}
.serviceAdv.on .box .c a.a2{bottom: 0;}
.serviceAdv.on .box .c a.a3{bottom: 0;}
.serviceAdv.on .box .c a.a4{right: 0;}
.serviceAdv .box{ float: left;width: 100%;}
.serviceAdv .box .t{float: left;width: 100%;text-align: center;padding-bottom: 50px;}
.serviceAdv .box .t b{float: left;width: 100%;line-height: 60px;font-size:36px;color: #3487bb;font-weight: normal;text-transform: uppercase;}
.serviceAdv .box .t em{float: left;width: 100%;line-height: 30px;font-size:24px;color: #333;font-weight: normal;font-style: normal;}
.serviceAdv .box .t p{float: left;width: 100%;height:40px;}
.serviceAdv .box .t p i{display: inline-block;width: 30px;height: 3px;background: #333;}
.serviceAdv .box .c{float: left;width: 100%;height: 600px;overflow: hidden;}
.serviceAdv .box .c a{float: left;width: 25%;-webkit-transition: 0.5s;position: relative;}
.serviceAdv .box .c a img{float: left;width: 100%;}
.serviceAdv .box .c a.a1{left: -100%;}
.serviceAdv .box .c a.a2{bottom: -100%;}
.serviceAdv .box .c a.a3{bottom: -100%;}
.serviceAdv .box .c a.a4{right: -100%;}
@media (max-width: 768px) {
.serviceAdv{float: left;width: 100%;padding: 40px 0px;overflow: hidden;background: #fff;}
.serviceAdv.on .box .c a.a1{left: 0;}
.serviceAdv.on .box .c a.a2{bottom: 0;}
.serviceAdv.on .box .c a.a3{bottom: 0;}
.serviceAdv.on .box .c a.a4{right: 0;}
.serviceAdv .box{ float: left;width: 100%;padding: 0 15px;}
.serviceAdv .box .t{float: left;width: 100%;text-align: center;padding-bottom: 20px;}
.serviceAdv .box .t b{float: left;width: 100%;line-height: 38px;font-size:24px;color: #3487bb;font-weight: normal;text-transform: uppercase;}
.serviceAdv .box .t em{float: left;width: 100%;line-height: 30px;font-size:16px;color: #333;font-weight: normal;font-style: normal;}
.serviceAdv .box .t p{float: left;width: 100%;height:25px;}
.serviceAdv .box .t p i{display: inline-block;width: 30px;height: 3px;background: #333;}
.serviceAdv .box .c{float: left;width: 100%;height: auto;overflow: hidden;}
.serviceAdv .box .c a{float: left;width: 25%;-webkit-transition: 0.5s;position: relative;}
.serviceAdv .box .c a img{float: left;width: 100%;}
.serviceAdv .box .c a.a1{left: -100%;}
.serviceAdv .box .c a.a2{bottom: -100%;}
.serviceAdv .box .c a.a3{bottom: -100%;}
.serviceAdv .box .c a.a4{right: -100%;}
}


/*hrbox*/
.hrbox{float: left;width: 100%;padding: 80px 0px;overflow: hidden;background: #eee;}
.hrbox .t{width: 100%;float: left;height:150px;position: relative;text-align: center;}
.hrbox .t .titlebox{width: 100%;height: 80px;float: left;border-bottom: 1px solid #ddd;text-align: center;}
.hrbox .t .titlebox b{font-size: 36px;line-height: 80px;font-weight: normal;border-bottom: 1px solid #3487bb;height: 80px;display: inline-block;color: #3487bb;padding: 0 0px;}
.hrbox .t i{float: left;width: 100%;font-style: normal;font-size: 16px;line-height: 60px;  text-transform: uppercase;color: #888;}
.hrbox .box{ float: left;width: 100%;}
.hrbox .box .c{float: left;width: 100%;overflow: hidden;text-align: center;line-height: 30px;font-size: 14px;}
@media (max-width: 768px) {
.hrbox{display: none;}
}


/*pageFocus*/
.pageFocus{float: left;width: 100%;background-image: url(/Public/Common/Images/page.jpg) ;height: 320px;background-repeat: no-repeat;background-position: center top;}
.pageFocus .box{height: 320px;width: 100%;}
@media (max-width: 1400px) {
.pageFocus{height: 250px;}
.pageFocus .box{height: 250px;}	
}
@media (max-width: 768px) {
.pageFocus{display: none;}
}

/*pageFocus2*/
.pageFocus2{float: left;width: 100%;background: url(/Public/Common/Images/page.jpg) ;height: 310px;background-repeat: no-repeat;background-position: center top;}
.pageFocus2 .box{height: 310px;width: 100%;}
.pageFocus2 .box .c{height: 200px;margin-top: 160px;float: left;}
.pageFocus2 .box .c a{float: left;line-height: 100px;font-size: 20px;color: #f90;background:#f90;text-align: center;height: 100px;margin-top: 50px;margin-right: 0px;width: 300px;}
.pageFocus2 .box .c a.cur{line-height: 150px;height: 150px;margin-top: 0;color: #f90;background: #eee;}
@media (max-width: 768px) {
.pageFocus2{display: none;}
}


/*pageFocusCourse*/
.pageFocusCourse{float: left;width: 100%;background-image: url(/Public/Common/Images/page.jpg) ;height: 640px;background-repeat: no-repeat;background-position: center top;}
.pageFocusCourse .box{height: 640px;width: 100%;position: relative;}
@media (max-width: 768px) {
.pageFocusCourse{height: auto;background-repeat: no-repeat;background-position: center top;}
.pageFocusCourse .box{height: auto;width: 100%;position: relative;}
}

/* allBarTab_13 */
.allBarTab_13{float: left;width: 100%;margin-top: 20px;background: #fff;}
.allBarTab_13 .box{width: 100%;float: left;padding: 40px 0px;}
.allBarTab_13 .box .l{float: left;width: 45%;;}
.allBarTab_13 .box .l .tmenu{width:100%;height:36px;float: left;font-size: 14px;line-height: 20px;border-bottom: 1px solid #d4d4d4;margin-bottom: 10px;}
.allBarTab_13 .box .l .tmenu li{height: 36px;;float:left;display:block;cursor:pointer;color:#333;margin-right: 35px;font-size: 16px;}
.allBarTab_13 .box .l .tmenu li.hover{border-bottom: 1px solid #3487bb;}
.allBarTab_13 .box .l .tbox{width:100%;float:left;}
.allBarTab_13 .box .l .tbox .more{width:100%;float:left;margin-top: 20px;}
.allBarTab_13 .box .l .tbox .more a{float:left;border: 1px solid #d4d4d4;line-height: 40px;padding: 0 30px;color: #333;}
.allBarTab_13 .box .l .tbox .li{width:100%;float:left;border-bottom: 1px dashed #d4d4d4;padding: 10px 0;}
.allBarTab_13 .box .l .tbox .li a{width:100%;float:left;line-height:24px;color: #333;font-size: 16px;transition:0.5s;}
.allBarTab_13 .box .l .tbox .li a:hover{color: #f90}
.allBarTab_13 .box .l .tbox .li p{width:100%;float:left;line-height:24px;color: #666;font-size: 13px;}
.allBarTab_13 .box .l .tbox .li span{width:100%;float:left;line-height:24px;color: #aaa;font-size: 13px;margin-bottom: 4px;}
.allBarTab_13 .box .r{float: right;max-width: 50%;}
.allBarTab_13 .box .r img{float: left;width: 100%;}
@media (max-width: 768px) {
.allBarTab_13{float: left;width: 100%;margin-top: 0px;margin-bottom: 30px;}
.allBarTab_13 .box{width: 100%;float: left;background:#eee;padding: 0px;}
.allBarTab_13 .box .l{float: left;width: 100%;}
.allBarTab_13 .box .l .tmenu{width:100%;height:46px;float: left;font-size: 14px;line-height: 46px;border-bottom: none;}
.allBarTab_13 .box .l .tmenu li{height: 46px;;float:left;display:block;cursor:pointer;color:#333;margin-right: 0;font-size: 16px;width: 50%;text-align: center;background: #ccc;}
.allBarTab_13 .box .l .tmenu li.hover{border-bottom: none;background: #3487bb;color: #fff;}
.allBarTab_13 .box .l .tbox{width:100%;float:left;padding: 0 20px;}
.allBarTab_13 .box .l .tbox .li{width:100%;float:left;border-bottom: 1px dashed #d4d4d4;padding: 10px 0;}
.allBarTab_13 .box .l .tbox .li a{width:100%;float:left;line-height:20px;color: #333;font-size: 14px;}
.allBarTab_13 .box .r{display: none;}
}



/* allBarTab_19 */
.allBarTab_19{float: left;width: 100%;padding: 0px 0;background: url(/Public/Common/Images/index_tab.png) no-repeat center top;display: none;background-size: 150%;padding-bottom: 30px;}
.allBarTab_19 .box{width: 100%;float: left;padding: 0 15px;}
.allBarTab_19 .box .title{width:100%;float: left;position: relative;text-align: center;margin: 30px 0 20px;}
.allBarTab_19 .box .title b{width:100%;float: left;font-size: 20px;line-height: 40px;color: #fff;}
.allBarTab_19 .box .title span{width:100%;float: left;font-size: 13px;line-height: 20px;color: #fff;}
.allBarTab_19 .box .tmenu{width:100%;float: left;font-size: 14px;position: relative;}
.allBarTab_19 .box .tmenu li{float:left;display:block;cursor:pointer;color:#fff;width: 33.3333%;background: #3487bb;text-align: center;padding: 0px 0;margin-bottom: 1px;text-align: center;}
.allBarTab_19 .box .tmenu li b{float: left;width: 100%;font-size: 14px;line-height: 40px;font-weight: normal;}
.allBarTab_19 .box .tmenu li.hover{background: #f90}
.allBarTab_19 .box .tbox{width:100%;float:right;padding: 20px 0px 0px 0;position: relative;}
.allBarTab_19 .box .tbox img{width:100%;float:left;}
.allBarTab_19 .box .tbox ul{width:100%;float:left;background: #fff;padding: 10px;}
.allBarTab_19 .box .tbox ul .li{width:100%;float:left;border-bottom: 1px solid #eee;padding: 5px 0;}
.allBarTab_19 .box .tbox ul .li a{width:100%;float:left;line-height:20px;color: #333;font-size: 14px;}
.allBarTab_19 .box .tbox ul .li p{width:100%;float:left;line-height:20px;color: #666;font-size: 13px;}
@media (max-width: 768px) {
.allBarTab_19{display: block;}
}

/*移动端栏目导航*/
.mPageNavBt{float: left;width: 100%;height: 40px;text-align: center;line-height: 40px;display: none;color: #fff;cursor: pointer;font-size: 18px;background: #999;}
.mPageNav{width:100%;float: left;background: #aaa;display: none;margin-bottom: 15px;}
.mPageNav a{width: 20%; line-height: 40px;text-align: center;color: #fff;float: left;background: #aaa;border-bottom: 1px solid #fff;border-right: 1px solid #fff;}
.mPageNav a.cur{background:#f90;}
@media (max-width: 768px) {
.mPageNav{display: block;}
.mPageNavBt{display: none;}
}



/* 通栏 */
.allBar{float: left;width: 100%;}
.allBar .title{float: left;width: 100%;height: 40px;text-indent: 15px;line-height: 40px;background: #f6f6f6;}
.allBar .content{width: 100%;float: left;}

/* 主体 */
.mainBar{width: 65%;background: #fff;padding: 0px 0px;}
.mainBar .box{float: left;width:100%;}
.mainBar .box .t{float: left;width: 100%;height: 50px;line-height: 50px;font-size: 16px;border-bottom: 3px solid #eee;margin-top:20px;}
.mainBar .box .t b{font-weight: normal;color: #333;height: 50px;border-bottom: 3px solid #3487bb;float: left;font-size: 16px;}
.mainBar .box .c{width: 100%;float: left;margin: 20px 0px;padding: 0;}
.mainBar .box .c .newsul{width: 100%;float: left;margin: 10px 0;}
.mainBar .box .c .newsul li{width: 100%;float: left;color: #C1C1C3;}
.mainBar .box .c .newsul li a{line-height:26px;color:#333;text-indent: 15px;float: left;}
@media (max-width: 768px) {
.mainBar{width: 100%;padding: 0 20px;}
}

/* 侧边 */
.sideBar{width: 25%;}
.sideBar .ad{float: left;width: 100%;}
.sideBar .ad img{float: left;width: 100%;margin: 0 0 12px 0;}
.sideBar .box{float: left;width: 100%;margin: 0 0 12px 0;}
.sideBar .box .t{float: left;width: 100%;margin:0 0px;height: 40px;line-height: 40px;font-size: 15px;background: #3487bb;text-indent: 20px;}
.sideBar .box .t strong{font-weight: normal;color: #fff;height: 40px;line-height: 40px;float: left;}
.sideBar .box .c{width: 100%;float: left;}
.sideBar .box .c .newsul{width: 100%;float: left;margin: 10px 0;}
.sideBar .box .c .newsul li{width: 100%;float: left;color: #C1C1C3;line-height: 26px;height: 26px;overflow: hidden;}
.sideBar .box .c .newsul li span{height:26px;color:#555;float: left;width: 10px;margin-left: 20px;}
.sideBar .box .c .newsul li a{height:26px;color:#555;text-indent: 5px;float: left;width: 240px;}
@media (max-width: 768px) {
.sideBar{width: 100%;}
}

/*面包削导航*/
.addressNav{float: left;width: 100%;height: 52px;line-height: 52px;font-size: 14px;color: #888;}
.addressNav a{color: #888;float: left;}
.addressNav span{color: #ddd;float: left;padding: 0 8px;}
.addressNav b{color: #888;float: left;font-weight: normal;}
@media (max-width: 768px) {
.addressNav{display: none;}
}

@media (max-width: 768px) {
.backToTop{display: none;}
}

.catenavs{float: left;width: 100%;z-index: 333;position: relative;background: #e5e5e5;}
.catenavs .box{float: left;width: 100%;}
.catenavs .box a{height: 100px;line-height: 100px;color: #000;float: left;font-size: 16px;margin-right: 60px;}
.catenavs .box a.cur{color: #a80000;border-bottom: 5px solid #a80000;}
@media (max-width: 768px) {
.catenavs{float: left;width: 100%;z-index: 333;position: relative;background: #e5e5e5;display: none;}
.catenavs .box{float: left;width: 100%;padding: 0 0 0 20px;}
.catenavs .box a{height: 60px;line-height: 60px;color: #333;float: left;font-size: 14px;margin-right: 20px;}
.catenavs .box a.cur{color: #a80000;border-bottom: 3px solid #a80000;}
}

.singePageBox{float: left;width: 100%;z-index: 333;position: relative;}
.singePageBox .box{float: left;width: 100%;padding: 60px 0;}
.singePageBox .box .catenav{width: 100%;float: left;position: relative;margin-bottom: 40px;background: #fff;}
.singePageBox .box .catenav a{height: 80px;line-height: 80px;color: #000;float: left;font-size: 16px;margin-right: 80px;background: #fff;}
.singePageBox .box .catenav a.cur{color: #f90;border-bottom: 5px solid #f90;}
.singePageBox .box .htext{float: left;width: 100%;margin: 0px 0 0;}
.singePageBox .box .htext .hr{float: left;width: 100%;background: #eee;height: 1px;margin: 25px 0;}
.singePageBox .box .htext h1{float: left;width: 100%;line-height:60px;font-size: 24px;color: #333;margin: 20px 0 0;}
.singePageBox .box .htext .b{float: left;width: 100%;line-height:26px;font-size: 14px;color: #333;font-weight: bold;}
.singePageBox .box .htext .info{float: left;width: 100%;line-height: 20px;color: #ddd;margin-bottom: 20px;}
.singePageBox .box .htext .info a{color: #ddd;}
.singePageBox .box .htext .text{float: left;width: 100%;line-height: 36px;font-size: 15px;margin:0px 0 0 ;padding: 0;color: #444;}
.singePageBox .box .htext .text p{float: left;width: 100%;line-height: 36px;font-size: 15px;margin: 0;padding: 0;}
.singePageBox .box .htext .text p img{max-width: 100%;}
.singePageBox .box .htext .text img{max-width: 100%;}
@media (max-width: 768px) {
.singePageBox{float: left;width: 100%;padding: 0 0px;}
.singePageBox .box{float: left;width: 100%;padding:20px;border: none;}
.singePageBox .box .catenav{display: none;}
.singePageBox .box .htext{float: left;width: 100%;margin: 0px 0 0;}
.singePageBox .box .htext .hr{float: left;width: 100%;background: #eee;height: 1px;margin: 25px 0;}
.singePageBox .box .htext h1{float: left;width: 100%;line-height:60px;font-size: 24px;color: #333;margin: 20px 0 0;}
.singePageBox .box .htext .b{float: left;width: 100%;line-height:26px;font-size: 14px;color: #333;font-weight: bold;}
.singePageBox .box .htext .info{float: left;width: 100%;line-height: 20px;color: #ddd;margin-bottom: 20px;}
.singePageBox .box .htext .info a{color: #ddd;}
.singePageBox .box .htext .text{float: left;width: 100%;line-height: 30px;font-size: 14px;margin:0px 0 0 ;padding: 0;color: #444;}
.singePageBox .box .htext .text p{float: left;width: 100%;line-height: 30px;font-size: 14px;margin: 0;padding: 0;}
.singePageBox .box .htext .text p img{max-width: 100%;}
.singePageBox .box .htext .text img{max-width: 100%;}
}

/* 文档内容页 */
.htmlcontent{float: left;width: 100%;margin: 0px 0 0;}
.htmlcontent .hr{float: left;width: 100%;background: #eee;height: 1px;margin: 25px 0;}
.htmlcontent h1{float: left;width: 100%;line-height:60px;font-size: 24px;color: #333;margin: 20px 0 0;}
.htmlcontent .b{float: left;width: 100%;line-height:26px;font-size: 14px;color: #333;font-weight: bold;}
.htmlcontent .info{float: left;width: 100%;line-height: 20px;color: #ddd;margin-bottom: 20px;}
.htmlcontent .info a{color: #ddd;}
.htmlcontent .text{float: left;width: 100%;line-height: 30px;font-size: 15px;margin:0px 0 0 ;padding: 0;color: #444;}
.htmlcontent .text p{float: left;width: 100%;line-height: 30px;font-size: 15px;margin: 0;padding: 0;}
.htmlcontent .text p img{max-width: 100%;}
.htmlcontent .text img{max-width: 100%;}
@media (max-width: 768px) {
.htmlcontent{margin-bottom: 20px;margin-top: 20px;padding: 0 25px;}
.htmlcontent h1{line-height:20px;font-size: 18px;margin-bottom: 15px;}
}

.video_pc{float: left;width: 100%;}


/* list_42 */
.list_42{float: left;width:100%;font-size:12px;padding: 0px 0 0 0;display: none;}
.list_42 li{width:100%;overflow:hidden;clear:both;padding: 0px 0px 20px;margin-bottom: 20px;border-bottom: 1px solid #eee;}
.list_42 li .img{width:32%;float: right;}
.list_42 li .img img{width:100%;float: left;}
.list_42 li .text{float: left;width: 68%;padding-right: 15px;}
.list_42 li .text .desc{width: 100%;float: left;line-height: 20px;color: #ccc;font-size: 14px;}
.list_42 li .text .tt{width: 100%;float: left;font-size: 16px;font-weight: normal;line-height: 22px;margin-bottom: 8px;color: #333;}
.list_42 li .text .tt:hover{color: #000}
.list_42 li .text  p{width: 100%;float: left;font-size: 13px;color: #666;line-height: 24px;}
@media (max-width: 768px) {
.list_42{display: block;}
}


/* list_tem */
.list_tem{float: left;margin:10px 0px 0px;width:100%;font-size:12px;padding: 0px 0 0 0;}
.list_tem li{width:100%;overflow:hidden;clear:both;padding: 0px 0px 20px;margin-bottom: 20px;border-bottom: 1px solid #eee;}
.list_tem li:hover .lir a{background: #f90;}
.list_tem li .lil{float: left;width: 70%}
.list_tem li .lil .desc{width: 100%;float: left;line-height: 40px;color: #aaa;font-size: 13px;}
.list_tem li .lil .desc a{color: #aaa;}
.list_tem li .lil .tt{width: 100%;float: left;font-size: 16px;font-weight: normal;line-height: 22px;margin-bottom: 0px;color: #333;}
.list_tem li .lil .tt:hover{color: #000}
.list_tem li .lil p{width: 100%;float: left;font-size: 13px;color: #666;line-height: 24px;}
.list_tem li .lir{float: right;width: 25%;text-align: center;}
.list_tem li .lir a{float: left;width: 100%;line-height: 54px;background: #3487bb;color: #fff;font-size: 16px;transition: 0.3s;}
.list_tem li .lir p{float: left;width: 100%;line-height: 44px;background: #eee;color: #999;font-size: 14px;}
@media (max-width: 768px) {
.list_tem li{width:100%;overflow:hidden;clear:both;padding: 0px 0px 20px;margin-bottom: 20px;border-bottom: 1px solid #eee;}
.list_tem li:hover .lir a{background: #f90;}
.list_tem li .lil{float: left;width: 100%}
.list_tem li .lil .desc{width: 100%;float: left;line-height: 40px;color: #aaa;font-size: 13px;}
.list_tem li .lil .desc a{color: #aaa;}
.list_tem li .lil .tt{width: 100%;float: left;font-size: 16px;font-weight: normal;line-height: 22px;margin-bottom: 0px;color: #333;}
.list_tem li .lil .tt:hover{color: #000}
.list_tem li .lil p{width: 100%;float: left;font-size: 13px;color: #666;line-height: 24px;}
.list_tem li .lir{float: right;width: 25%;text-align: center;display: none;}
.list_tem li .lir a{float: left;width: 100%;line-height: 54px;background: #3487bb;color: #fff;font-size: 16px;transition: 0.3s;}
.list_tem li .lir p{float: left;width: 100%;line-height: 44px;background: #eee;color: #999;font-size: 14px;}
}


.cateNav_11_text{width: 100%;float: left;margin:0px 0 40px;text-align: center;color: #ddd;font-size: 16px;line-height: 30px;}
.cateNav_11{width: 100%;float: left;margin:40px 0 20px;text-align: center;}
.cateNav_11 p{width: 100%;float: left;text-align: center;line-height: 40px;color: #ccc;margin-top: 40px;font-size: 16px;}
.cateNav_11 a{ display: inline-block; height: 14px; line-height: 14px;border-left: 1px solid #ddd;padding:0 40px;font-size: 16px; color: #666;}
.cateNav_11 a b{font-weight: normal;}
.cateNav_11 a:nth-child(1){border: none;}
.cateNav_11 a:hover{ color:#f90;}
.cateNav_11 a.cur{ color: #f90; }
@media (max-width: 768px) {
.cateNav_11_text{width: 100%;float: left;margin:10px 0 20px;text-align: center;color: #ddd;font-size: 16px;line-height: 30px;}
.cateNav_11{width: 100%;float: left;margin:40px 0 0px;text-align: center;padding: 0 25px;}
.cateNav_11 p{display: none;}
.cateNav_11 a{ display: inline-block; height: 14px; line-height: 14px;float: none;border-left: 1px solid #ddd;padding:0 0px;font-size: 16px; color: #666;width: 25%;}
.cateNav_11 a b{font-weight: normal;}
.cateNav_11 a:nth-child(1){border: none;}
.cateNav_11 a:hover{ color:#f90;}
.cateNav_11 a.cur{ color: #f90; }
}
@media (max-width: 360px) {
.cateNav_11{padding: 0 15px;}
.cateNav_11 a{font-size: 14px;}
}









/*share_01*/
.share_01{float: left;width: 100%;margin-bottom: 20px;}

/*htmlPn_01*/
.htmlPn_01{float: left;width: 100%;line-height: 30px;font-size: 14px;font-weight: normal;margin:10px 0;color: #666;border-top: 1px solid #e5e5e5;margin-top: 20px;padding-top: 15px;}
.htmlPn_01 p{float: left;width: 100%;}
.htmlPn_01 p a{color: #333;}

/*list_1*/
.list_1{float: left;width: 100%;}
.list_1 .li{float: left;width: 100%;margin-bottom: 20px;background: #eee;}
.list_1 .li:hover{background: #E77817;}
.list_1 .li:hover .tt{color: #fff;border-bottom: 1px solid #fff;}
.list_1 .li:hover p{color: #fff;}
.list_1 .li .img{float: left;width:300px;height: 180px;}
.list_1 .li .img img{float: left;width:300px;height: 180px;}
.list_1 .li .tt{float: left;width:440px;height:60px;margin: 25px 50px 0px;line-height: 60px;text-align: center;color: #222;font-size: 18px;border-bottom: 1px solid #ddd;overflow: hidden;}
.list_1 .li p{float: left;width:440px;height:60px;margin: 14px 50px 0;text-align: center;line-height: 22px;}

/* list_2 */
.list_2{float: left;width:100%;font-size:12px;margin:0 0px 15px;}
.list_2 li{width:100%;overflow:hidden;clear:both;padding: 0px 0px 20px;margin-bottom: 20px;border-bottom: 1px dotted #ccc;}
.list_2 li .tt{width: 100%;;float: left;font-size: 16px;line-height: 20px;margin-bottom: 5px;color: #222;}
.list_2 li span{width: 100%;float: left;font-size: 13px;color: #999;line-height: 22px;margin-top: 5px;}
.list_2 li p{width: 100%;float: left;font-size: 13px;color: #555;line-height: 22px;}
.list_2 li .more{width: 100%;float: left;font-size: 13px;color: #999;line-height: 26px;margin-top: 7px;}
.list_2 li .more i{height: 26px;width: 26px;float: left;line-height: 26px;text-align: center;background: #3487bb;color: #fff;font-family: simsun;font-style: normal;}
.list_2 li .more em{height: 26px;float: left;line-height: 26px;color:#fff;background: #000;padding: 0 15px;font-style: normal;}



.list_3_institution{float: left;margin:10px 0px 0px;width:100%;font-size:12px;padding: 0px 0 0 0;}
.list_3_institution li{width:100%;overflow:hidden;clear:both;padding: 0px 0px 20px;margin-bottom: 20px;border-bottom: 1px solid #eee;}
.list_3_institution li .lir{float: left;width: 100%}
.list_3_institution li .lir .desc{width: 100%;float: left;line-height: 40px;color: #aaa;font-size: 13px;}
.list_3_institution li .lir .desc a{color: #aaa;}
.list_3_institution li .lir .tt{width: 100%;float: left;font-size: 16px;font-weight: normal;line-height: 24px;margin-bottom: 4px;color: #333;}
.list_3_institution li .lir .tt:hover{color: #000}
.list_3_institution li .lir p{width: 100%;float: left;font-size: 13px;color: #666;line-height: 24px;}
.list_3_institution li .lir span{display: none;}



/*list_6*/
.list_6{width: 100%;float: left;padding: 0 0 0 20px;}
.list_6 .li{width: 110px;height: 144px;float: left;margin: 0 15px 15px 0;}
.list_6 .li p{float: left;width: 100%;height: 34px;line-height: 34px;text-align: center;background: #f4f4f4;overflow: hidden;padding: 0 10px;}
.list_6 .li .img{width: 110px;height: 110px;float: left;}

/*list_7*/
.list_7{float: left;width: 70%;overflow: hidden;padding-top: 12px;}
.list_7 li{float: left;width: 100%;line-height: 30px;overflow: hidden;}
.list_7 li a{float: left;overflow: hidden;font-size: 14px;}
.list_7 li span{float: right;overflow: hidden;color: #ddd;}

/*list_17*/
.list_17{float:left;width: 1000px;}
.list_17 a{float:left;width:260px;height: 230px;position: relative;margin: 0  20px 20px 0;background: #eee;}
.list_17 a:hover .black{display: block;}
.list_17 a:hover .pay{display: block;}
.list_17 a:hover p{background: #c00;color: #fff;}
.list_17 a .title{position: absolute;z-index: 3;width: 260px;height: 44px;line-height: 44px;text-align: center;bottom: 0;font-size: 14px;color: #333;overflow: hidden;padding: 0 20px;}
.list_17 a .pay{position: absolute;z-index: 3;width: 260px;height: 186px;background: url(/Public/Index/Images/j_add.png) center 80px no-repeat;display: none;color: #fff;text-align: center;line-height: 440px;font-size: 17px;}
.list_17 a .black{position: absolute;z-index: 2;width: 260px;height: 186px;background: url(/Public/Common/Images/b8.png) ;display: none;}
.list_17 a .img{position: absolute;z-index: 1;width: 260px;height: 186px;}
.list_17 a{
transition:width 1s, height 1s;
-moz-transition:width 1s, height 1s, -moz-transform 1s; /* Firefox 4 */
-webkit-transition:width 1s, height 1s, -webkit-transform 1s; /* Safari and Chrome */
-o-transition:width 1s, height 1s, -o-transform 1s; /* Opera */
}
.list_17 a:hover{
transform:translate(0,-10px);
-moz-transform:translate(0,-10px); /* Firefox 4 */
-webkit-transform:translate(0,-10px); /* Safari and Chrome */
-o-transform:translate(0,-10px); /* Opera */
}


/* list_16 */
.list_16 {float: left;width: 1050px;}
.list_16  li{float: left;width:260px;margin: 0 35px 20px 0 ;position: relative;height: 385px;border: 1px solid #eee;padding: 15px;}
.list_16  li:hover{background: #fafafa;border: 1px solid #E77817;}
.list_16  li:hover .learnmore{background: #E77817;color: #fff;}
.list_16  li .img{float: left;width:100%;}
.list_16  li .img img{float: left;width:100%;}
.list_16  li .tit{float: left;width:100%;line-height: 34px;color: #222;overflow: hidden;font-size: 15px;padding:10px 0px 0;height: 44px;text-align: center;}
.list_16  li p{float: left;width:100%;line-height: 24px;color: #555;padding: 0 0px;height: 24px;overflow:hidden;margin-top: 5px;text-align: center;}
.list_16 li .learnmore{width: 100%;height: 40px;line-height: 40px;text-align: center;background: #ddd;color: #555;float: left;margin-top: 5px;}


.list_4{float: left;width: 100%;margin-top: 17px;padding: 0 20px;}
.list_4 li{float: left;width: 100%;height: 20px;margin: 0 0 13px;}
.list_4 li a{float: left;line-height: 20px;width: 100%;overflow: hidden;height: 20px;}

.list_18{float: left;width: 100%;margin: 0 0 20px;}
.list_18 li{float: left;width: 100%;height: 40px;margin: 0 0 1px;background: #eee;}
.list_18 li a{float: left;line-height: 40px;width: 100%;overflow: hidden;height: 40px;text-indent:20px;}


/* pageSize_1 */
.pageSize_1{float: left;line-height: 34px;border: 1px solid #ddd;border-right: 0;margin-bottom: 20px;overflow: hidden;font-size: 14px;background: #fff;}
.pageSize_1 a,.pageSize_1 b,.pageSize_1 .current{padding:0 15px;line-height: 34px;height: 34px;text-align: center;color: #555;text-shadow:1px 1px 0 #fff;display: inline-block;font-weight: normal;border-right: 1px solid #ddd;float: left;}
.pageSize_1 .current{background: #ddd;color: #333;}
@media (max-width: 768px) {
.pageSize_1{display: none;}
}


/* pageSize_2 */
.pageSize_2{float: right;line-height: 24px;border-right: 0;margin-bottom: 20px;overflow: hidden;font-size: 14px;}
.pageSize_2 a,.pageSize_2 b,.pageSize_2 .current{padding:0 8px;line-height: 24px;height: 24px;text-align: center;color: #888;text-shadow:1px 1px 0 #fff;display: inline-block;font-weight: normal;float: left;}
.pageSize_2 .current{color: #E77817;}


.pageSize_4{float: left;margin-bottom: 20px;font-size: 14px;display: none;padding:0 20px;width: 100%;}
.pageSize_4 a{padding:0 15px;line-height: 40px;height: 44px;text-align: center;color: #666;font-weight: normal;float: left;background: #fff;width: 100%;border-radius: 44px;box-shadow: 0 10px 10px rgba(0,0,0,0.05);}
.pageSize_4 a:nth-child(2){margin-top: 15px;}
@media (max-width: 768px) {
.pageSize_4{display: block;}
}


/*html_re_1*/
.html_re_1{float: left;width: 100%;}
.html_re_1 .ttt{float: left;width: 100%;border-bottom: 1px solid #e5e5e5;line-height: 50px;color: #3487bb;font-size: 16px;margin-top: 20px;}


/* 侧边导航 */
.cateNav_2{width: 100%;float: left;}
.cateNav_2 a{height: 80px;line-height: 80px;color: #333;width: 100%;float: left;margin: 0 0 1px;font-size: 16px;background: #fff; text-align: center;transition: 0.3s;}
.cateNav_2 a.cur{background:#3487bb;color: #fff}
.cateNav_2 a:hover{background:#959595;color: #fff}
@media (max-width: 768px) {
.cateNav_2  a{display: none;}
}

.taglist_1{width: 100%;float: left;margin-bottom: 20px;}
.taglist_1 b{float: left;line-height: 30px;height: 30px;background: #eee;padding: 0 16px;margin: 0 1px 0 0;}
.taglist_1 a{float: left;line-height: 30px;height: 30px;background: #eee;padding: 0 16px;margin: 0 1px 0 0;}
.taglist_1 a:hover{background: #c00;color: #fff;}



.sitem{float: left;width: 100%;background: #fff;padding:10px 20px 20px;}
.sitem .t{float: left;width: 100%;line-height: 50px;border-bottom: 1px solid #ddd;font-size: 18px;}
.sitem .list{float: left;width: 100%;margin-top: 40px;}
.sitem .list a{float: left;line-height: 36px;padding: 0 20px;background: #eee;margin-right: 10px;margin-bottom: 20px;}
.sitem .list a.cur{background: #3487bb;color: #fff;}
.sitem .itembox{float: left;padding-top: 10px;padding:0px;width: 100%;line-height: 24px;color: #666;}
@media (max-width: 768px) {
.sitem{float: left;width: 100%;}
.sitem .list{float: left;width: 100%;margin-top: 20px;margin-bottom: 10px;}
.sitem .list a{float: left;line-height: 36px;padding: 0 10px;background: #eee;margin-right: 4px;margin-bottom: 4px;}
.sitem .list a.cur{background: #3487bb;color: #fff;}
.sitem .itembox{float: left;padding-top: 10px;padding:0px;width: 100%;line-height: 24px;}
}

.list_3_item_wrap{float: left;width: 100%;margin-top: 20px;background: #fff;padding: 20px;}
.list_3_item{float: left;margin:0px 0px 30px;width:100%;font-size:12px;padding: 0px 0 0 0;}
.list_3_item li{width:100%;overflow:hidden;padding: 30px 20px;float: left;border-bottom: 1px solid #e5e5e5;-webkit-transition-duration: 0.3s;-moz-transition-duration: 0.3s;-ms-transition-duration: 0.3s;-o-transition-duration: 0.3s;transition-duration: 0.3s;}
.list_3_item li .img{float: left;}
.list_3_item li .img img{float: left;margin-top: 10px;}
.list_3_item li .p{width:30%;float: left;color: #666;line-height: 30px;padding-left: 15px;}
.list_3_item li .p b{float: left;color: #f00;font-size: 18px;font-weight: normal;width: 100%;}
.list_3_item li .p p{float: left;color: #333;font-size: 14px;font-style: normal;width: 100%;}
.list_3_item li .itext {float: left;line-height: 30px;width: 15%;font-size: 14px;}
.list_3_item li .more{float: right;font-size: 14px;border: 1px solid #f90;line-height: 44px;padding: 0 40px;margin-top: 8px;color: #f90;-webkit-transition-duration: 0.3s;-moz-transition-duration: 0.3s;-ms-transition-duration: 0.3s;-o-transition-duration: 0.3s;transition-duration: 0.3s;}
.list_3_item li:hover{background: #eee;}
.list_3_item li:hover .more{background: #f90;color: #fff;}
@media (max-width: 768px) {
.list_3_item_wrap{float: left;width: 100%;margin-top: 20px;background: #fff;padding:0px 0;}
.list_3_item{float: left;margin:0px 0px 30px;width:100%;font-size:12px;padding: 0px 0 0 0;}
.list_3_item li{width:100%;overflow:hidden;padding: 30px 20px;float: left;border-bottom: 1px solid #e5e5e5;-webkit-transition-duration: 0.3s;-moz-transition-duration: 0.3s;-ms-transition-duration: 0.3s;-o-transition-duration: 0.3s;transition-duration: 0.3s;}
.list_3_item li .img{float: left;display: none;}
.list_3_item li .img img{float: left;margin-top: 10px;}
.list_3_item li .p{width:100%;float: left;color: #666;line-height: 30px;padding-left: 0px;}
.list_3_item li .p b{float: left;color: #f00;font-size: 18px;font-weight: normal;width: 100%;}
.list_3_item li .p p{float: left;color: #333;font-size: 14px;font-style: normal;width: 100%;}
.list_3_item li .itext {float: left;line-height: 30px;width:100%;font-size: 14px;display: none;}
.list_3_item li .more{float: left;font-size: 14px;border: 1px solid #f90;line-height: 36px;padding: 0 30px;margin-top:15px;color: #f90;-webkit-transition-duration: 0.3s;-moz-transition-duration: 0.3s;-ms-transition-duration: 0.3s;-o-transition-duration: 0.3s;transition-duration: 0.3s;text-align: center;}
.list_3_item li:hover{background: #eee;}
.list_3_item li:hover .more{background: #f90;color: #fff;}
}



.list_3_item_index{float: left;margin:0px 0px 30px;width:100%;font-size:12px;padding: 0px 0 0 0;}
.list_3_item_index li{width:49%;overflow:hidden;margin-right:2%;margin-bottom:20px;padding: 30px 20px;float: left;background:#7dace0;-webkit-transition-duration: 0.3s;-moz-transition-duration: 0.3s;-ms-transition-duration: 0.3s;-o-transition-duration: 0.3s;transition-duration: 0.3s;}
.list_3_item_index li.no{margin-right: 0;}
.list_3_item_index li .l{width:60%;float: left;color: #fff;}
.list_3_item_index li .l .p{width:100%;float: left;color: #fff;}
.list_3_item_index li .l .p b{float: left;color: #fff;font-size: 18px;font-weight: normal;width: 100%;line-height: 40px;}
.list_3_item_index li .l .p p{float: left;color: #fff;font-size: 14px;font-style: normal;width: 100%;height: 24px;line-height: 24px;overflow: hidden;}
.list_3_item_index li .l .itext {float: left;line-height: 30px;width: 100%;font-size: 14px;border-top: 1px solid #98c3f2;color: #fff;margin-top: 10px;padding-top: 10px;}
.list_3_item_index li .applybt{float: right;font-size: 14px;border: 1px solid #98c3f2;line-height: 44px;padding: 0 40px;margin-top: 38px;color: #fff;-webkit-transition-duration: 0.3s;-moz-transition-duration: 0.3s;-ms-transition-duration: 0.3s;-o-transition-duration: 0.3s;transition-duration: 0.3s;}
.list_3_item_index li:hover{background: #f90;}
.list_3_item_index li:hover .applybt{background: #fff;color: #f90;border: 1px solid #f90;}
.list_3_item_index li:hover .itext{border-top: 1px solid #fff;}
@media (max-width: 768px) {
.list_3_item_index{float: left;margin:0px 0px 10px;width:100%;font-size:12px;padding: 0px 0 0 0;}
.list_3_item_index li{width:100%;overflow:hidden;margin-right:0%;margin-bottom:10px;padding: 20px 20px;float: left;background:#7dace0;-webkit-transition-duration: 0.3s;-moz-transition-duration: 0.3s;-ms-transition-duration: 0.3s;-o-transition-duration: 0.3s;transition-duration: 0.3s;}
.list_3_item_index li.no{margin-right: 0;}
.list_3_item_index li .l{width:100%;float: left;color: #fff;}
.list_3_item_index li .l .p{width:100%;float: left;color: #fff;}
.list_3_item_index li .l .p b{float: left;color: #fff;font-size: 18px;font-weight: normal;width: 100%;line-height: 40px;}
.list_3_item_index li .l .p p{float: left;color: #fff;font-size: 14px;font-style: normal;width: 100%;height: 24px;line-height: 24px;overflow: hidden;}
.list_3_item_index li .l .itext {float: left;line-height: 22px;width: 100%;font-size: 14px;border-top: 1px solid #98c3f2;color: #fff;margin-top: 10px;padding-top: 10px;display: none;}
.list_3_item_index li .applybt{width:100%;float: right;font-size: 14px;border: 1px solid #98c3f2;line-height: 36px;padding: 0 40px;margin-top: 18px;color: #fff;-webkit-transition-duration: 0.3s;-moz-transition-duration: 0.3s;-ms-transition-duration: 0.3s;-o-transition-duration: 0.3s;transition-duration: 0.3s;text-align: center;}
.list_3_item_index li:hover{background: #f90;}
.list_3_item_index li:hover .applybt{background: #fff;color: #f90;border: 1px solid #f90;}
.list_3_item_index li:hover .itext{border-top: 1px solid #fff;}
}






.porductsBar{float: left;width: 100%;background: #f90;padding:30px 10%;}
.porductsBar .time{float: left;width: 100%;text-align: center;line-height: 24px;font-size: 14px;padding:60px 0 0px;color: #fff;background: url(/Public/Common/Images/message.png) center top no-repeat;}
.porductsBar .p{float: left;width: 100%;text-align: center;line-height: 30px;font-size: 24px;color: #fff;margin-top: 10px;padding: 0 15px;}

.txtScroll-top{ width:100%;  overflow:hidden; position:relative; float: left;margin-top: 40px;}
.txtScroll-top .hd{ overflow:hidden;  height:40px; background:#f4f4f4;float: left; padding: 10px;width: 100%;font-size: 15px;}
.txtScroll-top .hd .prev,.txtScroll-top .hd .next{ display:block;  width:9px; height:5px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
cursor:pointer; background:url("/Public/Common/Images/icoUp.gif") no-repeat;}
.txtScroll-top .hd .next{ background:url("/Public/Common/Images/icoDown.gif") no-repeat;  }
.txtScroll-top .hd b{float: left;line-height: 20px;font-size: 15px;}
.txtScroll-top .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:7px; }
.txtScroll-top .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:url("/Public/Common/Images/icoCircle.gif") 0 -9px no-repeat; }
.txtScroll-top .hd ul li.on{ background-position:0 0; }
.txtScroll-top .bd{ float: left;width: 100%;margin-top: 15px;  }
.txtScroll-top .infoList li{ height:44px; line-height:44px;border-bottom: 1px solid #eee;;float: left;width: 100%; font-size: 15px; }
.txtScroll-top .infoList li b{width: 33%;float: left;font-weight: normal;padding-left: 10px;color: #3487bb;}
.txtScroll-top .infoList li span{width: 33%;float: left;color: #666;}
.txtScroll-top .infoList li p{width: 33%;float: left;color: #666;}
@media (max-width: 768px) {
.txtScroll-top .infoList li{ height:44px; line-height:44px;border-bottom: 1px solid #eee;;float: left;width: 100%; font-size: 15px; }
.txtScroll-top .infoList li b{width: 50%;float: left;font-weight: normal;padding-left: 10px;color: #3487bb;}
.txtScroll-top .infoList li span{width: 33%;float: left;color: #666;display: none;}
.txtScroll-top .infoList li p{width: 50%;float: left;color: #666;text-align: right;padding-right: 10px;}
}






.contentuser{float: left;width: 100%;line-height: 34px;}
.ad1200wrap{float: left;width: 100%;}
.ad1200{width: 1200px;margin: 0 auto;}

/* htmlBar_01 */
.htmlBar_01{float: left;width: 100%;border-bottom: 1px dotted #ddd;padding-bottom: 20px;}
.htmlBar_01 .l{width: 200px;float: left;}
.htmlBar_01 .l .img{width: 200px;height:200px;float: left;}
.htmlBar_01 .info{width: 630px;float: right;}
.htmlBar_01 .info h2{width:100%;line-height: 40px;font-size: 22px;color: #222;font-weight: normal;}
.htmlBar_01 .info p{width:100%;line-height:26px;font-size: 14px;color: #555;font-weight: normal;border-top: 1px dotted #ddd;padding-top: 10px;margin-top: 5px;}
.htmlBar_01 .info .guige{width:100%;line-height: 24px;font-size: 13px;color: #555;font-weight: normal;border-top: 1px dotted #ddd;padding-top: 10px;margin-top: 10px;}
.htmlBar_01 .info .favor{float: left;margin-top: 25px;height: 44px;line-height: 44px;text-align: center;font-size: 16px;color: #fff;padding: 0 50px;border-radius: 0;border: none;}

/* filter_1 */
.filter_1{float: left;width: 100%;background: #fff;padding: 10px 30px;}
.filter_1 .t{float: left;width: 100%;line-height: 40px;font-size: 14px;color: #666;margin-bottom: 15px;border-bottom: 1px solid #eee;}
.filter_1 .c{float: left;width: 100%;padding: 0 0px 0px;line-height: 26px;}
.filter_1 .c span{float: left;width: 60px;color: #666;margin-bottom: 6px;}
.filter_1 .c .select{float: left;width: 100px;height: 26px;border: 1px solid #eee;margin: 0 10px 0 0;}
.filter_1 .c .box{float: left;width: 100%;margin-bottom: 10px;padding-bottom: 5px;}
.filter_1 .c .box em{float: left;color: #ddd;font-style: normal;margin: 0 6px 6px;}
.filter_1 .c .box a{float: left;color: #222;padding: 0 10px;margin: 3px 1px 3px 0;}
.filter_1 .c .box a.pa{color: #222;background: #eee;}
.filter_1 .c .box a.cur{color: #fff;background: #E77817;}
.filter_1 .c .box a:hover{color: #fff;background: #E77817;}
@media (max-width: 768px) {
.filter_1{padding:0;margin-top: 25px;}
.filter_1 .c{padding: 0 15px 15px;}
.filter_1 .c .box{margin-top: 0px;}
.filter_1 .c .box a{padding: 0 5px;margin: 1px 1px 1px 0;}
.filter_1 .t{text-indent: -99999px;height: 15px;}
}

.ad100{float: left;width: 100%;margin-top: 20px;}
.ad100 .box{width: 100%;float: left;}
.ad100 .box a{width: 100%;float: left;}
.ad100 .box a img{width: 100%;float: left;}
.ad100 .box img{width: 100%;float: left;}
@media (max-width: 768px) {
.ad100{display: none;}
}

.indexad100{float: left;width: 100%;margin-top: 15px;}
.indexad100 .box{width: 100%;float: left;}
.indexad100 .box a{width: 49%;float: left;}
.indexad100 .box a img{width: 100%;float: left;}







/*common*/
.len_10{width: 10%;}
.len_20{width: 20%;}
.len_30{width: 30%;}
.len_40{width: 40%;}
.len_50{width: 50%;}
.len_60{width: 60%;}
.len_80{width: 80%;}
.len_100{width: 100%;}
.hei_10{height: 10px;}
.hei_20{height: 20px;}
.hei_30{height: 30px;}
.hei_40{height: 40px;}
.hei_50{height: 50px;}
.hei_60{height: 60px;}
.hei_80{height: 80px;}
.hei_100{height: 100px;}
.hei_120{height: 120px;}

.len_20{width: 20%;}
.len_30{width: 30%;}
.len_40{width: 40%;}
.len_50{width: 50%;}
.len_60{width: 60%;}
.len_70{width: 70%;}
.len_80{width: 80%;}
.len_90{width: 90%;}
.len_100{width: 100%;}


@media (max-width: 768px) {
.len_10{width: 100%;}
.len_20{width: 100%;}
.len_30{width: 100%;}
.len_40{width: 100%;}
.len_50{width: 100%;}
.len_60{width: 100%;}
.len_70{width: 100%;}
.len_80{width: 100%;}
.len_90{width: 100%;}
.len_100{width: 100%;}
.btn{width: 100%;}
}





.contentuser{float: left;width: 100%;line-height: 34px;}
.ad1200wrap{float: left;width: 100%;}
.ad1200{width: 1200px;margin: 0 auto;}



.guess{width:920px;background-color:white;float: left;}
.guessP{height:24px;font-size:13px;float: right;margin: 8px 0 0 0;}
.cirpage{height:22px;width:22px;border-radius:50%;float:left;background-color:#E3393B;line-height:22px;text-align:center;color:white;margin-left:8px;border:1px solid #A9A9A9;cursor:pointer;font-weight: normal;color: #ddd;}
.guess_sp{width:100%;overflow: hidden;float: left;}

.mT10{margin-top: 10px;}
.mT20{margin-top: 20px;}
.mL10{margin-left: 10px;}

iframe{width:100%;height:100%;border:none;}
table{width:100%;}
table,th,td{ border-collapse: collapse;color: #555;}
th{ text-align: right;}
th,td{padding:10px 6px;}
label{float: left;}
.checkbox{width: auto;height: auto;float: left;margin: 4px 0 0 0;}
.input{ border:solid 1px #e5e5e5;height:36px;padding:6px 6px;color:#888;background:#fff; vertical-align: middle;margin-right: 10px;float: left;line-height: 20px;}
.button{ border:solid 1px #e5e5e5;height:32px;padding:6px 6px;color:#888;background:#fff; vertical-align: middle;margin-right: 10px;float: left;}
.submit {
background: #555;
height: 30px;
padding: 0px 17px;
line-height: 28px;
color: #fff;
font-size: 14px;
cursor: pointer;
border: none;

border-radius: 3px;
}
.radio{float: left;vertical-align:middle; margin: 3px 5px 0 0;}
.select{ border:solid 1px #e5e5e5;height:36px;padding:7px 6px;color:#888;background:#fff; vertical-align: middle;margin-right: 10px;float: left;}
.inputlong{width: 400px;}
textarea{ border:solid 1px #e5e5e5;height:30px;padding:3px 6px;color:#888;background:#fff; vertical-align: middle;font-size: 14px;outline: none;}
select{border:solid 1px #ccc;}
.file{float: left;margin: 7px 10px 0 0;}
img{border:none; vertical-align: middle;}
.len55{width:55px;}
.len70{width:70px;}
.len90{width:90px;}
.len100{width:100px;}
.len150{width:159px;}
.len200{width:200px;}
.len250{width:250px;}
.len220{width:220px;}
.len300{width:300px;}
.len350{width:350px;}
.len400{width:400px;}
.tip{float: left;line-height: 36px;margin-right: 15px;color: #ccc;}
.tip em{color: #3487bb;font-style: none;float: left;line-height: 36px;}
.tipred{float: left;line-height: 35px;margin-right: 15px;color: #f00;}
.l{float:left;}
.r{float:right;}
em{color:#3487bb;font-style:normal;border-collapse:collapse;}/**红星**/
.submit{background:#E77817;height:36px;padding:0px 25px;line-height:36px;color:#fff;font-size:14px; cursor: pointer;border: none;border-radius: 3px;}
.error{padding:3px;line-height: 1.2em;margin-top:8px; font-size:12px;color:#f00;}
span.msg{color:#666;border:solid 1px #e5e5e5;padding:6px;margin-left:10px;}
.content{padding:10px;}
/*****分页处理*******/

.page {font-size:12px;color:#666;PADDING-RIGHT: 3px; PADDING-LEFT: 3px; PADDING-BOTTOM: 3px; MARGIN: 3px; PADDING-TOP: 3px;}
.page .count,.page .nowpage{margin-right:10px;}
.page .selfpage {background:#2E6AB1;color:#fff;BORDER-RIGHT: #9aafe5 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #9aafe5 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; BORDER-LEFT: #9aafe5 1px solid; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: #9aafe5 1px solid; TEXT-DECORATION: none}
.page a {BORDER-RIGHT: #9aafe5 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #9aafe5 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; BORDER-LEFT: #9aafe5 1px solid; COLOR: #2e6ab1; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: #9aafe5 1px solid; TEXT-DECORATION: none}
.page a:hover {BORDER-RIGHT: #2b66a5 1px solid; BORDER-TOP: #2b66a5 1px solid; BORDER-LEFT: #2b66a5 1px solid; COLOR: #000; BORDER-BOTTOM: #2b66a5 1px solid; BACKGROUND-COLOR: lightyellow}
.page a:active {BORDER-RIGHT: #2b66a5 1px solid; BORDER-TOP: #2b66a5 1px solid; BORDER-LEFT: #2b66a5 1px solid; COLOR: #000; BORDER-BOTTOM: #2b66a5 1px solid; BACKGROUND-COLOR: lightyellow}
.page span.current {BORDER-RIGHT: navy 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: navy 1px solid; PADDING-LEFT: 5px; FONT-WEIGHT: bold; PADDING-BOTTOM: 2px; BORDER-LEFT: navy 1px solid; COLOR: #fff; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: navy 1px solid; BACKGROUND-COLOR: #2e6ab1}
.page span.disabled {BORDER-RIGHT: #929292 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #929292 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; BORDER-LEFT: #929292 1px solid; COLOR: #929292; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: #929292 1px solid}
.page #pagekeydown{}
.page input{height:22px;line-height:16px;padding:0px 0px;margin:0px;margin-right: 5px;}
.page button{height:22px;line-height: 6px;display: inline;}
.page select{}

/****表格样式2********/
.tableborder{width:100%;margin: 0px 0 20px 0px;float: left;background: #f1f1f1}
.tableborder,.tableborder td{border:solid 1px #fff;}
.tableborder th{border:solid 1px #fff;}
.tableborder thead tr td{background: #eee;color:#ddd;}

/****表格样式1********/
.table{width:100%;margin:0 0 0 0;float: left;}
.table,.table td{border:solid 1px #fff;}
.table th{border:solid 1px #fff;width:100px;}
.table thead tr td{background: #fff;color:#ddd;}

.tablenew{width:100%;margin:0 0 0 0;float: left;}
.tablenew td{border-bottom:solid 1px #f1f1f1;line-height: 24px;}
.tablenew th{border:solid 1px #eee;background: #eee;border-top: 3px solid #ddd;text-align: left;}
.tablenew thead tr td{background: #eee;color:#ddd;}

.tablenewborder{width:100%;margin:0 0 0 0;float: left;}
.tablenewborder td{border:solid 1px #e5e5e5;line-height: 24px;}
.tablenewborder th{border:solid 1px #ddd;background: #eee;text-align: left;}
.tablenewborder tr .td{background: #f4f4f4;}
.tablenewborder tr .td1{background: #f8f8f8;}

/******按钮*******/
.bt1{padding:8px 15px;margin-right:6px; background: #ccc;color:#000;border-radius: 3px; text-align: center;float:left;display: block;cursor: pointer;}
.bt2{padding:8px 15px;margin-right:6px; background: #4884D5;color:#fff;border-radius: 3px; text-align: center;float:left;display: block;cursor: pointer;}

.pagesize{float: left;line-height: 34px;border: 1px solid #ddd;border-right: 0;overflow: hidden;font-size: 14px;}
.pagesize a,.pagesize b,.pagesize .current{padding:0 15px;line-height: 34px;height: 34px;text-align: center;color: #555;text-shadow:1px 1px 0 #fff;display: inline-block;font-weight: normal;border-right: 1px solid #ddd;float: left;}
.pagesize .current{background: #e3e3e3;color: #222;}

/******子导航列表*******/
.navsonlist{float: left;width: 90%;margin:20px 20px 0;}
.navsonlist a{float: left;height: 26px;padding:0 10px;background: #ddd;line-height: 26px;text-align: center;color: #888;margin-right: 5px;border-radius: 3px;font-size: 12px;}
.navsonlist a:hover{background: #aaa;color: #fff;}
.navsonlist a.cur{background: #aaa;color: #fff;}

/**容器**/
.containers{float: left;width: 100%;margin: 0px 0px 0;padding: 0;font-size: 13px;color: #666;}
.containers .h2{float: left;width: 100%;line-height: 36px;color: #555;border-bottom: 1px solid #ddd;font-size: 14px;font-weight: normal;padding: 0;margin: 0 0 10px;}
.containers .box{float: left;width: 100%;line-height: 26px;}
.containers .box .hr{float: left;width: 100%;margin: 15px 0;border-bottom: 1px dashed #ddd;}
.containers .table{width:100%;margin: 10px 0 0 0px;float: left;}
.containers .table{border:solid 1px #ddd;}
.containers .table td{border:solid 1px #ddd;}
.containers .table thead tr td{background: #eee;color:#ddd;}
.containers .tablenoborder{width:100%;margin: 10px 0 0 0px;float: left;}
.containers .tablenoborder{border:none;}
.containers .tablenoborder td{border:none;}
.containers .tablenoborder thead tr td{background: #eee;color:#ddd;}
.containers .p{float: left;width: 100%;float: left;line-height: 26px;}
.containers .comment{float: left;width: 100%;float: left;}
.containers .comment .hr{float: left;width: 100%;height: 1px;}
.containers .comment .select{float: left;width: 30%;margin-bottom: 20px;}
.containers .comment .textarea{float: left;width: 60%;height: 80px;margin-bottom: 20px;}
.containers .comment .submitt{float: left;padding: 0 30px;margin-right: 50%;line-height: 34px;}
.containers .form{float: left;width: 100%;color: #666;}
.containers .form .li{float: left;width: 100%;margin: 0 0 10px;}
.containers .form .li .textarea{height: 80px;}
.containers .form .li .button{border-radius: 3px;height: 30px;}
.fahuolisttext{float: left;width: 100%;color: #666;}
.fahuolisttext li{float: left;width: 100%;margin: 0 0 0px;line-height: 28px;}
.fahuolisttext li span{float: left;width: 70px;height: 28px;}
.fahuolisttext li p{float: left;}
.fahuolisttext li p .button{border-radius: 3px;height: 30px;line-height: 28px;}

@media (max-width: 768px) {
.containers .comment .select{width: 100%;margin-bottom: 10px;}
.containers .comment .textarea{width: 100%;margin-bottom: 10px;}
.containers .comment .submitt{width: 100%;}
}


.tablef12{font-size: 12px;}

.tip2 {float: left;line-height: 37px;margin-right: 15px;color: #aaa;}

/**文字颜色**/
.tred{color:#3487bb}
.torange{color:#f00}
.tgreen{color:green}
.tgrey{color:grey}
.tccc{color:#ccc}
.tccc:hover{color:#3487bb}

.star{float: left;line-height: 34px;color: #3487bb;}


.guess{width:920px;background-color:white;float: left;}
.guessP{height:24px;font-size:13px;float: right;margin: 8px 0 0 0;}
.cirpage{height:22px;width:22px;border-radius:50%;float:left;background-color:#E3393B;line-height:22px;text-align:center;color:white;margin-left:8px;border:1px solid #A9A9A9;cursor:pointer;font-weight: normal;color: #ddd;}
.guess_sp{width:100%;overflow: hidden;float: left;}




/****表格 表单********/
.tableform{width:100%;margin: 0px 0 20px 0px;float: left;}
.tableform,.tableform td{border:solid 1px #fff;}
.tableform th{border:solid 1px #fff;width:100px;}
.tableform tr td{padding:7px 5px;}
.tableform tr td label{margin-bottom: 0;}
.tableform tr td .labeltext{float: left;margin-right: 20px;}
.tableform tr td .em{float: left;color: red;line-height: 36px;margin-right: 5px;}




.tbox{width:100%;float:left;}
.jquerytip{float: left;line-height: 36px;}

@media (max-width: 768px) {
.alert{    padding-top: 8px;padding-bottom: 8px;padding-left: 8px;margin-bottom: 10px;}
}






/*slideBox_2*/
.slideBox_2{ width:565px; height:338px; overflow:hidden; position:relative;float: right;background: #eee; }
.slideBox_2 .hd{ height:50px; overflow:hidden; position:absolute; right:0px; bottom:0px; z-index:1;width: 100%; }
.slideBox_2 .hd ul{ overflow:hidden; zoom:1; float:right;margin: 15px;}
.slideBox_2 .hd ul li{ float:left; margin-right:5px;width:20px; height:20px; line-height:20px; text-align:center; background:#fff; cursor:pointer; }
.slideBox_2 .hd ul li.on{ background:#f00; color:#fff; }
.slideBox_2 .bd{ position:relative; height:100%; z-index:0; }
.slideBox_2 .bd li{ zoom:1; vertical-align:middle; position: relative;}
.slideBox_2 .bd li img{ width:565px; height:338px; display:block;float:left;position: absolute;z-index: 1;}
.slideBox_2 .bd li p{ width:100%; height:50px; display:block;float:left;position: absolute;z-index: 999;color: #fff;top: 290px;background: url(/Public/Common/images/b5.png);line-height: 50px;font-size: 15px;text-indent: 20px;}
.slideBox_2 .prev,
.slideBox_2 .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(/Public/Common/images/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5; }
.slideBox_2 .next{ left:auto; right:3%; background-position:8px 5px; }
.slideBox_2 .prev:hover,
.slideBox_2 .next:hover{ filter:alpha(opacity=100);opacity:1;}
.slideBox_2 .prevStop{ display:none;}
.slideBox_2 .nextStop{ display:none;}



/*底部*/
.footerContact{background: url(/Public/Common/Images/bg-opacity.png); width: 100%;position: fixed; bottom: 0; left: 0; z-index:9999;}
.footerContact .box{height: 144px; position: relative;width: 1200px;margin: 0 auto;}
.footerContact .box .dialog-close{display: inline-block; float: right; }
.footerContact .box .colse{background: url(/Public/Common/Images/close-dialog.png) no-repeat; width:23px; height: 23px; display: inline-block; margin: 20px 20px 0 0;cursor: pointer;}
.footerContact .box .img01{margin-top: -20px; margin-left: 0px;height:160px;}
.footerContact .box .img02{margin-top: 10px; margin-left: 55px;}
.footerContact .box img{vertical-align: top;}
.dialgo-action{position: absolute; left: 222px; top:80px;z-index:9999;}
.dialgo-action b{float: left;color: #fff;font-size: 24px;font-weight: normal;margin-top: 10px;}
.dialgo_qq{float: right;width: 200px;height: 70px;background: #3487bb;color: #fff;position: relative;margin: 30px 50px 0 0;border-radius: 8px;line-height: 70px;text-align: center;font-size: 20px;border-bottom: 5px solid #166CA2;transition:1s;}
.dialgo_qq:hover{color: #fff;border-radius: 10px;background: #f90;border-bottom-color:#f90; }
.footerContactLeft{display: block;z-index: 9999l; position: fixed; left:-100%; bottom: 0px; height:144px; width:180px; background: url(/Public/Common/Images/footerContactLeft.png) no-repeat; cursor: pointer;}
@media (max-width: 768px) {
.footerContact{display: none;}
}



/*列表页文档标签*/
.flag{background: #0066bb;border-radius: 20px;line-height: 20px;display: inline-block;padding: 0 8px;margin: 0 0 0 0px;color: #fff;font-size: 12px;}
.flag_c{background: #0bf;text-shadow:1px 1px 0 #0af;}
.flag_h{background: #fb0;text-shadow:1px 1px 0 #f90;}
.flag_s{background: #bbf;text-shadow:1px 1px 0 #baf;}
.flag_n{background: #0066bb;text-shadow:1px 1px 0 #baf;}

.articlePageShow .box .htext .text table td{border: 1px solid #eee;}


/*anquanpageFocusPc*/
.anquanpageFocusPc{float: left;width: 100%;background-color: #f4f4f4;background-image: url(/Public/Common/Images/page.jpg) ;height: 718px;background-repeat: no-repeat;background-position: center top;}
.anquanpageFocusM{float: left;width: 100%;display: none;}
.anquanpageFocusM img{float: left;width: 100%;}
@media (max-width: 768px) {
.anquanpageFocusPc{display: none;}
.anquanpageFocusM{display: block;}
}

/*anquanpageFocus2Pc*/
.anquanpageFocus2Pc{float: left;width: 100%;background-color: #f4f4f4;background-image: url(/Public/Common/Images/page.jpg) ;height: 600px;background-repeat: no-repeat;background-position: center top;}
.anquanpageFocus2M{float: left;width: 100%;display: none;}
.anquanpageFocus2M img{float: left;width: 100%;}
@media (max-width: 768px) {
.anquanpageFocus2Pc{display: none;}
.anquanpageFocus2M{display: block;}
}

.anquan{float: left;width: 100%;padding: 80px 0;}
.anquan .box{float: left;width: 100%;}
.anquan .box .atitle{float: left;width: 100%;text-align: center;position: relative;margin-bottom: 40px;}
.anquan .box .atitle span{float: left;width: 100%;line-height: 30px;font-size: 80px;font-weight: bold;color: #ddd;z-index: 1;position: relative;}
.anquan .box .atitle .line{float: left;width: 100%;text-align: center;height: 7px;margin: 30px 0 0px;}
.anquan .box .atitle .line .lines{display: inline-block;width: 100px;height: 7px;background: #ddd;vertical-align: top;}
.anquan .box .atitle strong{float: left;width: 100%;line-height: 30px;font-size: 16px;color: #666;z-index: 1;position: relative;font-weight: normal;margin-top: 30px;}
.anquan .box .atitle p{float: left;width: 100%;line-height: 48px;font-size: 48px;font-weight: bold;z-index: 2;position: relative;}
.anquan .box .atitle p i{font-style: normal;color: #000;}
.anquan .box .atitle p em{font-style: normal;color:#fa0}
.anquan .box .atitle_px{float: left;width: 100%;text-align: center;position: relative;margin-bottom: 40px;}
.anquan .box .atitle_px .att{float: left;width: 100%;line-height: 60px;position: relative;}
.anquan .box .atitle_px .att strong{float: left;width: 100%;position: relative;font-weight: normal;border-bottom: 1px solid #eee;height: 30px;position: absolute;z-index: 1;top: 0;left: 0;}
.anquan .box .atitle_px .att p{display: inline-block;line-height: 60px;font-size: 48px;font-weight: bold;z-index: 2;position: relative;vertical-align: top;padding: 0 20px;background: #fff;border-left: 1px solid #eee;border-right: 1px solid #eee;z-index: 3;}
.anquan .box .atitle_px .att p i{font-style: normal;color: #000;}
.anquan .box .atitle_px .att p em{font-style: normal;color:#fa0}
.anquan .box .atitle_px .atb{float: left;width: 100%;text-align: center;height: 7px;margin:20px 0 0px;}
.anquan .box .atitle_px .atb i{display: inline-block;width: 100px;height: 7px;background: #eee;vertical-align: top;}
@media (max-width: 992px) {
.anquan{float: left;width: 100%;padding: 30px 0 25px;}
.anquan .box .atitle{float: left;width: 100%;text-align: center;position: relative;margin-bottom: 20px;}
.anquan .box .atitle span{float: left;width: 100%;line-height:40px;font-size: 40px;font-weight: bold;color: #ddd;z-index: 1;position: relative;height: 30px;}
.anquan .box .atitle p{float: left;width: 100%;line-height: 24px;font-size: 24px;font-weight: bold;z-index: 2;position: relative;}
.anquan .box .atitle p i{font-style: normal;}
.anquan .box .atitle p em{font-style: normal;color:#fa0}
.anquan .box .atitle .line{float: left;width: 100%;text-align: center;height: 4px;margin: 15px 0 0;}
.anquan .box .atitle .line .lines{display: inline-block;width: 60px;height: 4px;background: #ddd;vertical-align: top;}
.anquan .box .atitle strong{float: left;width: 100%;line-height:14px;font-size: 14px;color: #666;z-index: 1;position: relative;margin-top: 15px;}
.anquan .box .atitle_px{float: left;width: 100%;text-align: center;position: relative;margin-bottom: 30px;}
.anquan .box .atitle_px .att{float: left;width: 100%;line-height: 40px;position: relative;}
.anquan .box .atitle_px .att strong{display: none;}
.anquan .box .atitle_px .att p{float: left;width: 100%;display: inline-block;line-height: 40px;font-size: 30px;font-weight: bold;z-index: 2;position: relative;vertical-align: top;padding: 0 20px;background: #fff;border-left: 1px solid #eee;border-right: 1px solid #eee;z-index: 3;}
.anquan .box .atitle_px .att p i{font-style: normal;color: #000;float: left;width: 100%;font-size: 24px;}
.anquan .box .atitle_px .att p em{font-style: normal;color:#fa0;float: left;width: 100%;}
.anquan .box .atitle_px .atb{float: left;width: 100%;text-align: center;height: 4px;margin:20px 0 0px;}
.anquan .box .atitle_px .atb i{display: inline-block;width: 50px;height: 4px;background: #eee;vertical-align: top;}
}





.aq_tiaojian{margin-top: -100px;}
.aq_tiaojian .box .ul{float: left;width: 100%;position: relative;margin-top: 50px;}
.aq_tiaojian .box .ul li{float: left;width:18.4%;margin: 0 2% 0px 0;position: relative;padding: 0 20px 50px;transition:0.5s;border-radius:  15px;box-shadow: 0 15px 35px rgba(0,102,204,0.1);background: #fff;}
.aq_tiaojian .box .ul li:nth-child(5){margin-right: 0;}
.aq_tiaojian .box .ul li:hover{background: #fa0;box-shadow: 0 25px 15px rgba(0,0,0,0.2);}
.aq_tiaojian .box .ul li:hover .tit2{color: #fff;}
.aq_tiaojian .box .ul li:hover .r b{color: #fff;}
.aq_tiaojian .box .ul li:hover .r p{color: #fff;}
.aq_tiaojian .box .ul li:hover .r em{padding: 0 40%;}
.aq_tiaojian .box .ul li:hover .r em i{background: #fff;}
.aq_tiaojian .box .ul li .tit1{float: left;width:100%;transition:0.5s;text-align: center;;height: 60px;margin-top: -40px;margin-bottom: 60px;}
.aq_tiaojian .box .ul li .tit1 span{display: inline-block;color: #fa0;font-size: 50px;line-height: 100px;width: 100px;height: 100px;border-radius: 100%;box-shadow: 0 5px 15px rgba(0,0,0,0.1);background: #fff;}
.aq_tiaojian .box .ul li .r{float: left;width:100%;}
.aq_tiaojian .box .ul li .r b{float: left;width:100%;line-height: 54px;color: #fa0;overflow: hidden;font-size: 22px;text-align: center;transition:0.5s;font-weight: normal;word-break:break-all;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;}
.aq_tiaojian .box .ul li .r em{float: left;width:100%;margin: 10px 0 20px;padding: 0 43%;}
.aq_tiaojian .box .ul li .r em i{float: left;width:100%;height: 3px;background: #eee;margin: 0px 0;transition:0.5s;}
.aq_tiaojian .box .ul li .r p{float: left;width:100%;line-height: 24px;height: 96px;font-size: 14px;overflow: hidden;text-align: center;word-break:break-all;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;color: #333;}
.aq_tiaojian .box .ul li .r .p{color: #f00}
@media (max-width: 992px) {
.aq_tiaojian{padding-top: 0px;margin-top: 0;}
.aq_tiaojian .box .ul{bottom: 0px;opacity: 1;margin-top: 10px;padding: 0 20px;}
.aq_tiaojian .box .ul li{float: left;width:100%;margin: 0 0% 10px 0;position: relative;padding:10px 20px 20px;transition:0.5s;border-radius:  10px;box-shadow: 0 15px 35px rgba(0,102,204,0.1);background: #fff;}
.aq_tiaojian .box .ul li .tit1{top: 10px;left:14px;float: left;width:60px;position: absolute;margin: 0}
.aq_tiaojian .box .ul li .tit1 span{box-shadow: none;line-height: 60px;width: 60px;height: 60px;font-size: 36px;position: relative;}
.aq_tiaojian .box .ul li .r{float: left;width:100%;padding-left:60px;text-align: left;}
.aq_tiaojian .box .ul li .r b{float: left;width:100%;line-height: 34px;color: #fa0;overflow: hidden;font-size: 18px;text-align: left;transition:0.5s;font-weight: normal;word-break:break-all;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;}
.aq_tiaojian .box .ul li .r em{float: left;width:15%;margin: 10px 0 10px;padding: 0 0;}
.aq_tiaojian .box .ul li .r em i{float: left;width:100%;height: 3px;background: #eee;margin: 0px 0;transition:0.5s;}
.aq_tiaojian .box .ul li .r p{float: left;width:100%;line-height: 24px;height: auto;font-size: 14px;overflow: hidden;text-align: left;word-break:break-all;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;color: #333;}
.aq_tiaojian .box .ul li .r .p{color: #f00}
}

.aq_shijianbiao{background-color:#fff;}
.aq_shijianbiao .box .acon{float: left;width: 100%;position: relative;text-align: center;}
.aq_shijianbiao .box .acon img{max-width: 100%;}
.aq_shijianbiao .box .acon .pc{display: block;}
.aq_shijianbiao .box .acon .m{display: none;}
@media (max-width: 992px) {
.aq_shijianbiao .box .acon{padding: 0 20px;}
.aq_shijianbiao .box .acon .m{display: block;}
.aq_shijianbiao .box .acon .pc{display: none;}
}


.aq_beianzhidao{background:#0060c0 url(/Public/Common/Images/new/bg01.png) no-repeat center bottom;}
.aq_beianzhidao .box .atitle span{color: rgba(255,255,255,0.2);}
.aq_beianzhidao .box .atitle p i{color: #fff;}
.aq_beianzhidao .box .ad{float: left;width: 100%;border-radius: 15px;overflow: hidden;box-shadow: 0 10px 10px rgba(0,0,0,0.1);margin-top: 40px;}
.aq_beianzhidao .box .ad img{float: left;width: 100%;}
.aq_beianzhidao .box .l{float: left;width: 48%;background-color: #4892dc;border-radius: 15px;overflow: hidden;box-shadow: 0 10px 10px rgba(0,0,0,0.1);}
.aq_beianzhidao .box .l .tabs{float: left;width: 100%;}
.aq_beianzhidao .box .l .tabs .ul{width:100%;float: left;padding: 20px;}
.aq_beianzhidao .box .l .tabs .ul li{height: 40px;line-height: 40px;float:left;display:block;cursor:pointer;color:#fff;width: 20%;text-align: center;font-weight: bold;font-size: 15px;}
.aq_beianzhidao .box .l .tabs .ul li.hover{background:#145aa1;border-radius: 40px;}
.aq_beianzhidao .box .l .tabs .c{float: left;width: 100%;line-height: 40px;background: #fff;border-radius: 15px;padding: 20px;}
.aq_beianzhidao .box .l .tabs .c a{float: left;width: 100%;line-height: 40px;color: #555;text-align: left;}
.aq_beianzhidao .box .l .tabs .c a i{float: right;width: 25%;text-align: right;font-style: normal;font-size: 13px;color: #666;}
.aq_beianzhidao .box .l .tabs .c a span{float: left;width: 75%;text-align: left;word-break:break-all;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;font-size: 14px;}
.aq_beianzhidao .box .r{float: right;width: 48%;}
.aq_beianzhidao .box .r .cc{float: left;width: 100%;background-color: #4892dc;border-radius: 15px;overflow: hidden;box-shadow: 0 10px 10px rgba(0,0,0,0.1);}
.aq_beianzhidao .box .r .cc .tt{float: left;width: 100%;line-height: 80px;font-size: 18px;text-align: center;color: #fff;}
.aq_beianzhidao .box .r .cc .ul{float: left;width: 100%;line-height: 22px;background: #fff;border-radius: 15px;padding: 30px 20px 20px;}
.aq_beianzhidao .box .r .cc .ul a{float: left;width: 13.66%;margin: 0 1.5% 14px;background: linear-gradient(0deg,#f4f4f4,#fff);border-radius: 5px;color: #333;font-size: 16px;text-align: center;line-height: 44px;transition:0.5s;}
.aq_beianzhidao .box .r .cc .ul a:hover{background: #145aa1;color: #fff}
.aq_beianzhidao .box .r .bb{float: left;width: 100%;line-height: 50px;margin-top: 20px;}
.aq_beianzhidao .box .r .bb span{float: left;color: rgba(255,255,255,0.4);font-size: 16px;}
.aq_beianzhidao .box .r .bb a{float: left;font-size: 16px;background: #4892dc;padding: 0 40px;border-radius: 6px;color: #fff;margin: 0 0 0 40px;box-shadow: 0 10px 10px rgba(0,0,0,0.05);}
.aq_beianzhidao .box .r .bb a:last-child{background: #fa0;}
@media (max-width: 992px) {
.aq_beianzhidao .box .acon{padding: 0 20px;}
.aq_beianzhidao .box{padding: 0 20px;}
.aq_beianzhidao .box .ad{border-radius: 10px;margin-top: 30px;}
.aq_beianzhidao .box .l{float: left;width: 100%;background-color: #4892dc;border-radius: 15px;overflow: hidden;box-shadow: 0 10px 10px rgba(0,0,0,0.1);margin-bottom: 20px;}
.aq_beianzhidao .box .l .tabs{width: 100%;}
.aq_beianzhidao .box .l .tabs .ul{width:100%;float: left;padding: 12px;}
.aq_beianzhidao .box .l .tabs .ul li{height: 40px;line-height: 40px;float:left;display:block;cursor:pointer;color:#fff;width: auto;text-align: center;font-weight: bold;font-size: 13px;margin-right: 5px;}
.aq_beianzhidao .box .l .tabs .ul li.hover{background:none;border-radius: 0px;border-bottom: 3px solid #fff;}
.aq_beianzhidao .box .l .tabs .c{float: left;width: 100%;line-height: 40px;background: #fff;border-radius: 15px;padding: 20px 12px;}
.aq_beianzhidao .box .l .tabs .c a{float: left;width: 100%;line-height: 40px;color: #555;text-align: left;}
.aq_beianzhidao .box .l .tabs .c a i{float: right;width: 25%;text-align: right;font-style: normal;font-size: 13px;color: #666;}
.aq_beianzhidao .box .l .tabs .c a span{float: left;width: 75%;text-align: left;word-break:break-all;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;font-size: 14px;}
.aq_beianzhidao .box .r{width: 100%;}
.aq_beianzhidao .box .r .cc{float: left;width: 100%;background-color: #4892dc;border-radius: 15px;overflow: hidden;box-shadow: 0 10px 10px rgba(0,0,0,0.1);}
.aq_beianzhidao .box .r .cc .tt{float: left;width: 100%;line-height: 26px;font-size: 16px;text-align: center;color: #fff;padding: 16px 20px;}
.aq_beianzhidao .box .r .cc .ul{float: left;width: 100%;line-height: 22px;background: #fff;border-radius: 15px;padding: 20px 12px 12px;}
.aq_beianzhidao .box .r .cc .ul a{float: left;width: 18%;margin: 0 1% 7px;background: linear-gradient(0deg,#f4f4f4,#fff);border-radius: 5px;color: #333;font-size: 13px;text-align: center;line-height: 40px;transition:0.5s;}
.aq_beianzhidao .box .r .cc .ul a:hover{background: #145aa1;color: #fff}
.aq_beianzhidao .box .r .bb{float: left;width: 100%;line-height: 50px;margin-top: 5px;text-align: center;}
.aq_beianzhidao .box .r .bb span{float: left;color: rgba(255,255,255,0.4);font-size: 16px;width: 100%;}
.aq_beianzhidao .box .r .bb a{float: none;display: inline-block;font-size: 16px;background: #4892dc;padding: 0 20px;border-radius: 6px;color: #fff;margin: 0 10px;box-shadow: 0 10px 10px rgba(0,0,0,0.05);line-height: 44px;}
}

.aq_beikaoziliao{background:#fff url(/Public/Common/Images/new/bg02.jpg) no-repeat center bottom;}
@media (max-width: 992px) {
.aq_beikaoziliao .box .acon{padding: 0 20px;}
}
.aq_beikaoziliao .box .l{float: left;width: 55%;background-color: #fffaf3;overflow: hidden;box-shadow: 0 10px 10px rgba(0,0,0,0.1);}
.aq_beikaoziliao .box .l .tt{float: left;width: 100%;background: #fa0;line-height: 80px;text-align: center;color: #fff;}
.aq_beikaoziliao .box .l .tt span{display: inline-block;vertical-align: top;font-size: 34px;margin-right: 12px;}
.aq_beikaoziliao .box .l .tt p{display: inline-block;vertical-align: top;font-size: 24px;}
.aq_beikaoziliao .box .l .tc{width:100%;float: left;padding: 30px 30px 10px;}
.aq_beikaoziliao .box .l .tc a{width:50%;float: left;margin-bottom: 30px;}
.aq_beikaoziliao .box .l .tc a img{max-width: 100%;}
.aq_beikaoziliao .box .r{float: right;width: 45%;background-color: #e3f1ff;overflow: hidden;box-shadow: 0 10px 10px rgba(0,0,0,0.1);}
.aq_beikaoziliao .box .r .tt{float: left;width: 100%;background: #0060c0;line-height: 80px;text-align: center;color: #fff;}
.aq_beikaoziliao .box .r .tt span{display: inline-block;vertical-align: top;font-size: 34px;margin-right: 12px;}
.aq_beikaoziliao .box .r .tt p{display: inline-block;vertical-align: top;font-size: 24px;}
.aq_beikaoziliao .box .r .tc{width:100%;float: left;padding: 30px 30px 8px;}
.aq_beikaoziliao .box .r .tc a{width:100%;float: left;margin-bottom: 20px;position: relative;border-bottom: 2px solid #fff;margin-bottom: 15px;}
.aq_beikaoziliao .box .r .tc a span{font-size: 80px;color: #fff;position: absolute;top: 0px;left: 0;color: #80c0ff;line-height: 90px;}
.aq_beikaoziliao .box .r .tc a p{width: 100%;float: left;padding: 10px 90px 34px;}
.aq_beikaoziliao .box .r .tc a p b{width: 100%;float: left;font-size: 22px;color: #0060c0;line-height: 30px;font-weight: normal;}
.aq_beikaoziliao .box .r .tc a p i{width: 100%;float: left;font-size: 14px;color: #333;line-height: 24px;font-style: normal;}
.aq_beikaoziliao .box .r .tc a em{font-size: 60px;color: #80c0ff;position: absolute;top: 0px;right: 0;}
.aq_beikaoziliao .box .notes{float: left;width: 100%;margin: 40px 0 0;text-align: center;}
.aq_beikaoziliao .box .notes .input{float: none;display: inline-block;line-height: 60px;height: 62px;width: 280px;margin: 0 10px;border: 1px solid #fa0;color: #666;padding-left: 20px;font-size: 18px;border-radius: 62px;}
.aq_beikaoziliao .box .notes .input:placehvolder{color: #aaa;}
.aq_beikaoziliao .box .notes .submit{float: none;display: inline-block;line-height: 60px;height: 62px;width: 320px;margin: 0 10px;color: #fff;background: #fa0;border: 1px solid #f80;font-size: 18px;border-radius: 62px;}
@media (max-width: 992px) {
.aq_beikaoziliao .box{padding: 0 20px;}
.aq_beikaoziliao .box .l{float: left;width: 100%;background-color: #fffaf3;overflow: hidden;box-shadow: 0 10px 10px rgba(0,0,0,0.1);}
.aq_beikaoziliao .box .l .tt{float: left;width: 100%;background: #fa0;line-height: 60px;text-align: center;color: #fff;}
.aq_beikaoziliao .box .l .tt span{display: inline-block;vertical-align: top;font-size: 24px;margin-right: 12px;}
.aq_beikaoziliao .box .l .tt p{display: inline-block;vertical-align: top;font-size: 18px;}
.aq_beikaoziliao .box .l .tc{width:100%;float: left;padding: 20px 20px 10px;}
.aq_beikaoziliao .box .l .tc a{width:50%;float: left;margin-bottom: 30px;}
.aq_beikaoziliao .box .l .tc a img{max-width: 100%;}
.aq_beikaoziliao .box .r{float: right;width: 100%;background-color: #e3f1ff;overflow: hidden;box-shadow: 0 10px 10px rgba(0,0,0,0.1);}
.aq_beikaoziliao .box .r .tt{float: left;width: 100%;background: #0060c0;line-height: 60px;text-align: center;color: #fff;}
.aq_beikaoziliao .box .r .tt span{display: inline-block;vertical-align: top;font-size: 24px;margin-right: 12px;}
.aq_beikaoziliao .box .r .tt p{display: inline-block;vertical-align: top;font-size: 18px;}
.aq_beikaoziliao .box .r .tc{width:100%;float: left;padding: 20px 30px 15px;}
.aq_beikaoziliao .box .r .tc a{width:100%;float: left;margin-bottom: 20px;position: relative;border-bottom: 1px solid #fff;margin-bottom: 10px;}
.aq_beikaoziliao .box .r .tc a span{font-size: 50px;color: #fff;position: absolute;top: 0px;left: 0;color: #80c0ff;line-height: 58px;}
.aq_beikaoziliao .box .r .tc a p{width: 100%;float: left;padding: 5px 60px 15px;}
.aq_beikaoziliao .box .r .tc a p b{width: 100%;float: left;font-size: 16px;color: #0060c0;line-height: 24px;font-weight: normal;}
.aq_beikaoziliao .box .r .tc a p i{width: 100%;float: left;font-size: 13px;color: #333;line-height: 24px;font-style: normal;}
.aq_beikaoziliao .box .r .tc a em{font-size: 38px;color: #80c0ff;position: absolute;top: 0px;right: 0;}
.aq_beikaoziliao .box .notes{float: left;width: 100%;margin: 20px 0;text-align: center;}
.aq_beikaoziliao .box .notes .input{float: none;display: inline-block;line-height: 50px;height: 52px;width: 100%;margin: 0 0 15px;border: 1px solid #fa0;color: #666;padding-left: 0px;font-size: 14px;border-radius: 52px;text-align: center;}
.aq_beikaoziliao .box .notes .input:placehvolder{color: #aaa;}
.aq_beikaoziliao .box .notes .submit{float: none;display: inline-block;line-height: 50px;height: 52px;width: 100%;margin: 0 0 15px;color: #fff;background: #fa0;border: 1px solid #f80;font-size: 16px;border-radius: 52px;}
}

.aq_kechengmokuai{background: #fff}
.aq_kechengmokuai .box .ul{float: left;width: 100%;position: relative;margin-top: 50px;}
.aq_kechengmokuai .box .ul li{float: left;width:23.5%;margin: 0 2% 30px 0;position: relative;padding: 0 20px 50px;transition:0.5s;border-radius:  15px;box-shadow: 0 10px 5px rgba(255,153,0,0.2);background: #fffaf3;}
.aq_kechengmokuai .box .ul li:nth-child(4n){margin-right: 0;}
.aq_kechengmokuai .box .ul li:hover{background: #fa0;box-shadow: 0 25px 15px rgba(0,0,0,0.2);}
.aq_kechengmokuai .box .ul li:hover .tit2{color: #fff;}
.aq_kechengmokuai .box .ul li:hover .r b{color: #fff;}
.aq_kechengmokuai .box .ul li:hover .r p{color: #fff;}
.aq_kechengmokuai .box .ul li:hover .r em{padding: 0 40%;}
.aq_kechengmokuai .box .ul li:hover .r em i{background: #fff;}
.aq_kechengmokuai .box .ul li .tit1{transition:0.5s;text-align: center;width: 60px;height: 60px;position: absolute;top: 20px;left: 20px;}
.aq_kechengmokuai .box .ul li .tit1 span{display: inline-block;color: #fff;font-size:36px;line-height: 60px;width: 60px;height: 60px;border-radius: 100%;border-radius: 6px 0 6px 6px;background: #fa0;text-align: center;}
.aq_kechengmokuai .box .ul li .r{float: left;width:100%;padding: 10px 0 0 80px;}
.aq_kechengmokuai .box .ul li .r b{float: left;width:100%;line-height: 54px;color: #fa0;overflow: hidden;font-size: 22px;transition:0.5s;font-weight: normal;word-break:break-all;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;}
.aq_kechengmokuai .box .ul li .r p{float: left;width:100%;line-height: 24px;height: 96px;font-size: 14px;overflow: hidden;word-break:break-all;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;color: #333;}
@media (max-width: 992px) {
.aq_kechengmokuai .box .ul{bottom: 0px;opacity: 1;margin-top: 10px;padding: 0 20px;}
.aq_kechengmokuai .box .ul li{float: left;width:100%;margin: 0 0% 20px 0;position: relative;padding:8px 20px 20px;transition:0.5s;border-radius:  10px;background: #fff;box-shadow: 0 10px 15px rgba(255,153,0,0.2);}
.aq_kechengmokuai .box .ul li .tit1{top: 14px;left:14px;float: left;width:50px;position: absolute;margin: 0}
.aq_kechengmokuai .box .ul li .tit1 span{box-shadow: none;line-height: 50px;width: 50px;height: 50px;font-size: 24px;position: relative;}
.aq_kechengmokuai .box .ul li .r{float: left;width:100%;padding-left:60px;text-align: left;padding-top: 0;}
.aq_kechengmokuai .box .ul li .r b{float: left;width:100%;line-height: 34px;color: #fa0;overflow: hidden;font-size: 16px;text-align: left;transition:0.5s;font-weight: normal;word-break:break-all;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;}
.aq_kechengmokuai .box .ul li .r p{float: left;width:100%;line-height: 24px;height: auto;font-size: 14px;overflow: hidden;text-align: left;word-break:break-all;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;color: #333;}
}

.aq_jiaoxue{background:#0060c0 url(/Public/Common/Images/new/bg03.jpg) no-repeat center bottom;}
.aq_jiaoxue .box .atitle .line .lines{background: rgba(255,255,255,0.3);}
.aq_jiaoxue .box .atitle span{color: rgba(255,255,255,0.2);}
.aq_jiaoxue .box .atitle p i{color: #fff;}
.aq_jiaoxue .box .l{float: left;width: 100%;}
.aq_jiaoxue .box .l .tabs{float: left;width: 100%;}
.aq_jiaoxue .box .l .tabs .ul{width:100%;float: left;text-align: center;border-bottom: 1px solid rgba(255,255,255,0.2);margin-bottom: 60px;}
.aq_jiaoxue .box .l .tabs .ul li{width: 160px;display: inline-block;;cursor:pointer;color:#fff;text-align: center;padding-bottom: 40px;margin: 0 10px;}
.aq_jiaoxue .box .l .tabs .ul li img{width: 160px;height: 160px;display: inline-block;border-radius: 160px;border:15px solid rgba(255,255,255,0.1);}
.aq_jiaoxue .box .l .tabs .ul li.hover{border-bottom: 6px solid #fff;}
.aq_jiaoxue .box .l .tabs .c{float: left;width: 100%;line-height: 40px;background: rgba(255,255,255,0.9);border-radius: 15px;padding: 60px;margin-bottom: 40px;}
.aq_jiaoxue .box .l .tabs .c b{float: left;line-height: 60px;font-size: 30px;color: #fa0;font-weight: bold;}
.aq_jiaoxue .box .l .tabs .c a{float: right;line-height: 60px;font-size: 18px;border: 1px solid #fa0;padding: 0 60px;border-radius: 60px;}
.aq_jiaoxue .box .l .tabs .c a i{float: left;text-align: right;font-style: normal;font-size: 18px;color: #fa0;margin-right: 10px;}
.aq_jiaoxue .box .l .tabs .c a span{float: right;text-align: left;color: #fa0;font-size: 30px;}
.aq_jiaoxue .box .l .tabs .c p{float: left;line-height: 30px;font-size: 15px;width: 100%;margin-top: 30px;}
@media (max-width: 992px) {
.aq_jiaoxue .box{padding: 0 20px;}
.aq_jiaoxue .box .l .tabs .ul{width:100%;float: left;text-align: center;border-bottom: 1px solid rgba(255,255,255,0.2);margin-bottom: 30px;margin-top: 10px;}
.aq_jiaoxue .box .l .tabs .ul li{width: 45px;display: inline-block;;cursor:pointer;color:#fff;text-align: center;padding-bottom: 15px;margin: 0 2px;}
.aq_jiaoxue .box .l .tabs .ul li img{width: 45px;height: 45px;display: inline-block;border-radius: 45px;border:3px solid rgba(255,255,255,0.1);}
.aq_jiaoxue .box .l .tabs .ul li.hover{border-bottom: 6px solid #fff;}
.aq_jiaoxue .box .l .tabs .c{float: left;width: 100%;line-height: 40px;background: rgba(255,255,255,0.9);border-radius: 15px;padding:30px 20px;margin-bottom: 40px;}
.aq_jiaoxue .box .l .tabs .c b{float: left;line-height: 40px;font-size: 20px;color: #fa0;font-weight: bold;}
.aq_jiaoxue .box .l .tabs .c a{float: right;line-height: 40px;font-size: 16px;border: 1px solid #fa0;padding: 0 20px;border-radius: 60px;}
.aq_jiaoxue .box .l .tabs .c a i{float: left;text-align: right;font-style: normal;font-size: 16px;color: #fa0;margin-right: 5px;}
.aq_jiaoxue .box .l .tabs .c a span{float: right;text-align: left;color: #fa0;font-size: 20px;}
.aq_jiaoxue .box .l .tabs .c p{float: left;line-height: 30px;font-size: 14px;width: 100%;margin-top: 20px;}
}

.aq_pics{background:#0060c0 url(/Public/Common/Images/new/bg04.jpg) no-repeat center bottom;padding-bottom: 150px;}
.aq_pics .box .acon{float: left;width: 100%;position: relative;text-align: center;}
.aq_pics .box .acon img{max-width: 100%;}
.aq_pics .box .acon .pc{display: block;}
.aq_pics .box .acon .m{display: none;}
@media (max-width: 992px) {
.aq_pics{padding-bottom: 30px;}
.aq_pics .box .acon{padding: 0 20px;}
.aq_pics .box .acon .m{display: block;}
.aq_pics .box .acon .pc{display: none;}
}

.img_pc{display: block;}
.img_m{display: none;}
@media (max-width: 992px) {
.img_pc{display: none;}
.img_m{display: block;}
}

.aq_xuexiban{background:#fff;}
@media (max-width: 992px) {
.aq_xuexiban .box .acon{padding: 0 20px;}
.aq_xuexiban .box .atitle p{font-size: 20px;}
}
.aq_xuexiban .box .acon{float: left;width: 100%;position: relative;}
.aq_xuexiban .box .acon .lis{float: left;width: 33.333%;position: relative;z-index: 1;}
.aq_xuexiban .box .acon .lis .tt{float: left;width: 100%;background: #80c0ff;line-height: 80px;text-align: center;color: #fff;}
.aq_xuexiban .box .acon .lis .tt span{display: inline-block;vertical-align: top;font-size: 30px;margin-left: 12px;}
.aq_xuexiban .box .acon .lis .tt p{display: inline-block;vertical-align: top;font-size: 28px;font-weight: bold;}
.aq_xuexiban .box .acon .lis:nth-of-type(2) .tt{background: #fa0;}
.aq_xuexiban .box .acon .lis:nth-of-type(3) .tt{background: #9997ff;}
.aq_xuexiban .box .acon .lis:nth-of-type(1){border-top: 40px solid #fff;}
.aq_xuexiban .box .acon .lis:nth-of-type(2) .tc{background: #fff7ed;}
.aq_xuexiban .box .acon .lis:nth-of-type(2) .tt{line-height: 120px; }
.aq_xuexiban .box .acon .lis:nth-of-type(2) .tt span{font-size: 44px;}
.aq_xuexiban .box .acon .lis:nth-of-type(2) .tt p{font-size: 40px;font-weight: bold;}
.aq_xuexiban .box .acon .lis:nth-of-type(3){border-top: 40px solid #fff;}
.aq_xuexiban .box .acon .lis:nth-of-type(1) .tc{border-right: none;}
.aq_xuexiban .box .acon .lis:nth-of-type(2) .tc{z-index: 3;border: 1px solid #fa0;}
.aq_xuexiban .box .acon .lis:nth-of-type(3) .tc{border: 1px solid #9997ff;border-left: none;}
.aq_xuexiban .box .acon .lis .tc{width:100%;float: left;padding: 20px 30px 60px;color: #000;background-color: #fff;overflow: hidden;box-shadow: 0 10px 10px rgba(0,0,0,0.1);border: 1px solid #80c0ff;border-top: none;}
.aq_xuexiban .box .acon .lis .tc .desc{width:100%;float: left;line-height: 24px;font-size: 16px;text-align: center;word-break:break-all;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;height: 48px;padding:  0 10%;margin-bottom: 20px;}
.aq_xuexiban .box .acon .lis .tc .stitle{width:100%;float: left;text-align: center;margin-bottom: 10px;}
.aq_xuexiban .box .acon .lis .tc .stitle i{display: inline-block;display: inline-block;vertical-align: top;background: #fff2e3;border-radius: 30px;line-height: 30px;font-style: normal;color: #fa0;padding: 0 30px;}
.aq_xuexiban .box .acon .lis .tc .sinfo{width:100%;float: left;line-height: 24px;font-size: 15px;text-align: center;word-break:break-all;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;height: 48px;padding:  0 10%;margin-bottom: 20px;}
.aq_xuexiban .box .acon .lis .tc .prices{width:100%;float: left;text-align: center;}
.aq_xuexiban .box .acon .lis .tc .prices i{text-align: center;display: inline-block;vertical-align: top;background: #fa0;border-radius: 36px;line-height: 36px;font-style: normal;color: #fff;padding: 0 10px;font-size: 15px;margin: 0 2px;margin-bottom: 30px;}
.aq_xuexiban .box .acon .lis .tc .prices i:nth-child(2){background: #4ea7ff;}
.aq_xuexiban .box .acon .lis .tc .prices i:nth-child(3){background: #9997ff;}
.aq_xuexiban .box .acon .lis .tc .smb{width:100%;float: left;line-height: 24px;font-size: 14px;text-align: center;word-break:break-all;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;height: 96px;padding:  0 10%;margin-bottom: 20px;}
.aq_xuexiban .box .acon .lis .tc .sservice{width:100%;float: left;margin-bottom: 20px;}
.aq_xuexiban .box .acon .lis .tc .sservice .li{width:100%;float: left;background:#fff7ed ;height: 80px;padding: 20px 15px 15px 45px;position: relative;border-radius: 6px;overflow: hidden;margin-bottom:12px ;}
.aq_xuexiban .box .acon .lis .tc .sservice .li b{width: 30px;height: 80px;position: absolute;top: 0;left: 0;background: #fa0;border-radius: 6px;overflow: hidden;color: #fff;font-size: 17px;padding: 10px 0 0 ;font-weight: normal;text-align: center;}
.aq_xuexiban .box .acon .lis .tc .sservice .li p{width: 100%;float: left;line-height: 25px;font-size: 14px;word-break:break-all;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.aq_xuexiban .box .acon .lis .tc .sservice .li:nth-child(2) b{background: #4ea7ff;}
.aq_xuexiban .box .acon .lis .tc .sservice .li:nth-child(2){background: #e9f3ff;}
.aq_xuexiban .box .acon .lis .tc .sservice .li:nth-child(3) b{background: #9997ff;}
.aq_xuexiban .box .acon .lis .tc .sservice .li:nth-child(3){background: #e8e8ff;}
.aq_xuexiban .box .acon .lis .tc .sbz{width:100%;float: left;line-height: 24px;font-size: 14px;text-align: center;word-break:break-all;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;height: 72px;padding:  0 10%;margin-bottom: 20px;}
.aq_xuexiban .box .acon .lis .tc .zx{width:100%;float: left;line-height: 60px;border-radius: 60px;background: #fa0;color: #fff;font-size:20px;text-align: center;}
.aq_xuexiban .box .acon .lis .tc .sm{width:100%;float: left;line-height: 20px;color: #aaa;font-size:15px;text-align: center;margin-top: 20px;}
@media (max-width: 992px) {
.aq_xuexiban .box{padding: 0 0px;}
.aq_xuexiban .box .acon .lis{float: left;width: 100%;position: relative;z-index: 1;margin-bottom: 30px;}
.aq_xuexiban .box .acon .lis .tt{float: left;width: 100%;background: #80c0ff;line-height: 60px;text-align: center;color: #fff;}
.aq_xuexiban .box .acon .lis .tt span{display: inline-block;vertical-align: top;font-size: 24px;margin-left: 12px;}
.aq_xuexiban .box .acon .lis .tt p{display: inline-block;vertical-align: top;font-size: 22px;font-weight: bold;}
.aq_xuexiban .box .acon .lis:nth-of-type(2) .tt{background: #fa0;}
.aq_xuexiban .box .acon .lis:nth-of-type(3) .tt{background: #9997ff;}
.aq_xuexiban .box .acon .lis:nth-of-type(1){border-top: none;}
.aq_xuexiban .box .acon .lis:nth-of-type(2) .tc{background: #fff7ed;}
.aq_xuexiban .box .acon .lis:nth-of-type(2) .tt{line-height: 60px; }
.aq_xuexiban .box .acon .lis:nth-of-type(2) .tt span{font-size: 24px;}
.aq_xuexiban .box .acon .lis:nth-of-type(2) .tt p{font-size: 26px;font-weight: bold;}
.aq_xuexiban .box .acon .lis:nth-of-type(3){border-top: 1px solid #fff;}
.aq_xuexiban .box .acon .lis:nth-of-type(1) .tc{border-right: 1px solid #80c0ff;}
.aq_xuexiban .box .acon .lis:nth-of-type(2) .tc{z-index: 3;border: 1px solid #fa0;}
.aq_xuexiban .box .acon .lis:nth-of-type(3) .tc{border-left:1px solid #9997ff;}
.aq_xuexiban .box .acon .lis .tc{width:100%;float: left;padding: 20px 15px 30px;color: #000;background-color: #fff;overflow: hidden;box-shadow: 0 10px 10px rgba(0,0,0,0.1);border: 1px solid #80c0ff;border-top: none;}
.aq_xuexiban .box .acon .lis .tc .desc{width:100%;float: left;line-height: 24px;font-size: 16px;text-align: center;word-break:break-all;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;height: 48px;padding:  0 10%;margin-bottom: 20px;}
.aq_xuexiban .box .acon .lis .tc .stitle{width:100%;float: left;text-align: center;margin-bottom: 10px;}
.aq_xuexiban .box .acon .lis .tc .stitle i{display: inline-block;display: inline-block;vertical-align: top;background: #fff2e3;border-radius: 30px;line-height: 30px;font-style: normal;color: #fa0;padding: 0 30px;}
.aq_xuexiban .box .acon .lis .tc .sinfo{width:100%;float: left;line-height: 24px;font-size: 15px;text-align: center;word-break:break-all;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;height: 48px;padding:  0 10%;margin-bottom: 20px;}
.aq_xuexiban .box .acon .lis .tc .prices{width:100%;float: left;text-align: center;}
.aq_xuexiban .box .acon .lis .tc .prices i{text-align: center;display: inline-block;vertical-align: top;background: #fa0;border-radius: 4px;line-height: 36px;font-style: normal;color: #fff;padding: 0 10px;font-size: 13px;margin: 0 1px;margin-bottom: 30px;}
.aq_xuexiban .box .acon .lis .tc .prices i:nth-child(2){background: #4ea7ff;}
.aq_xuexiban .box .acon .lis .tc .prices i:nth-child(3){background: #9997ff;}
.aq_xuexiban .box .acon .lis .tc .smb{width:100%;float: left;line-height: 24px;font-size: 14px;text-align: center;word-break:break-all;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;height: 96px;padding:  0 10%;margin-bottom: 20px;}
.aq_xuexiban .box .acon .lis .tc .sservice{width:100%;float: left;margin-bottom: 20px;}
.aq_xuexiban .box .acon .lis .tc .sservice .li{width:100%;float: left;background:#fff7ed ;height: 80px;padding: 20px 15px 15px 45px;position: relative;border-radius: 6px;overflow: hidden;margin-bottom:12px ;}
.aq_xuexiban .box .acon .lis .tc .sservice .li b{width: 30px;height: 80px;position: absolute;top: 0;left: 0;background: #fa0;border-radius: 6px;overflow: hidden;color: #fff;font-size: 17px;padding: 10px 0 0 ;font-weight: normal;text-align: center;}
.aq_xuexiban .box .acon .lis .tc .sservice .li p{width: 100%;float: left;line-height: 25px;font-size: 14px;word-break:break-all;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.aq_xuexiban .box .acon .lis .tc .sservice .li:nth-child(2) b{background: #4ea7ff;}
.aq_xuexiban .box .acon .lis .tc .sservice .li:nth-child(2){background: #e9f3ff;}
.aq_xuexiban .box .acon .lis .tc .sservice .li:nth-child(3) b{background: #9997ff;}
.aq_xuexiban .box .acon .lis .tc .sservice .li:nth-child(3){background: #e8e8ff;}
.aq_xuexiban .box .acon .lis .tc .sbz{width:100%;float: left;line-height: 24px;font-size: 14px;text-align: center;word-break:break-all;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;height: 72px;padding:  0 10%;margin-bottom: 20px;}
.aq_xuexiban .box .acon .lis .tc .zx{width:100%;float: left;line-height: 50px;border-radius: 50px;background: #fa0;color: #fff;font-size:16px;text-align: center;}
.aq_xuexiban .box .acon .lis .tc .sm{width:100%;float: left;line-height: 20px;color: #aaa;font-size:15px;text-align: center;margin-top: 20px;}
}

.aq_xuexiban .box .bk{float: left;width: 100%;margin: 40px 0 0;text-align: center;}
.aq_xuexiban .box .bk img{float: left;max-width: 100%;}
.aq_xuexiban .box .notes{float: left;width: 100%;margin: 40px 0;text-align: center;}
.aq_xuexiban .box .notes .input{float: none;display: inline-block;line-height: 60px;height: 62px;width: 280px;margin: 0 10px;border: 1px solid #fa0;color: #666;padding-left: 20px;font-size: 18px;border-radius: 62px;}
.aq_xuexiban .box .notes .input:placehvolder{color: #aaa;}
.aq_xuexiban .box .notes .submit{float: none;display: inline-block;line-height: 60px;height: 62px;width: 320px;margin: 0 10px;color: #fff;background: #fa0;border: 1px solid #f80;font-size: 18px;border-radius: 62px;}
@media (max-width: 992px) {
.aq_xuexiban .box .bk{float: left;width: 100%;margin: 20px 0 0;text-align: center;padding: 0 20px;}
.aq_xuexiban .box .bk img{float: left;max-width: 100%;}
.aq_xuexiban .box .notes{float: left;width: 100%;margin: 20px 0;text-align: center;padding: 0 20px;}
.aq_xuexiban .box .notes .input{float: none;display: inline-block;line-height: 50px;height: 52px;width: 100%;margin: 0 0 15px;border: 1px solid #fa0;color: #666;padding-left: 0px;font-size: 14px;border-radius: 52px;text-align: center;}
.aq_xuexiban .box .notes .input:placehvolder{color: #aaa;}
.aq_xuexiban .box .notes .submit{float: none;display: inline-block;line-height: 50px;height: 52px;width: 100%;margin: 0 0 15px;color: #fff;background: #fa0;border: 1px solid #f80;font-size: 16px;border-radius: 52px;}
}


.px_video{background:#fff0df url(/Public/Common/Images/new/bg05.png) no-repeat center bottom;}
.px_video .box .tabs{float: left;width: 100%;}
.px_video .box .tabs .r{width:35%;float: right;background: #fff;border-radius: 10px;box-shadow: 0 10px 10px rgba(0,0,0,0.05);}
.px_video .box .tabs .r .tt{width:100%;float: left;background: #fa0;border-radius: 10px;line-height: 60px;font-size: 18px;text-align: center;color: #fff;}
.px_video .box .tabs .r .ul{width:100%;float: left;padding: 30px 40px 20px;}
.px_video .box .tabs .r .ul a{width: 48%;display: inline-block;cursor:pointer;color:#fa0;text-align: center;margin: 0 0 10px;line-height: 50px;float: left;border-radius: 6px; border: 1px solid #fa0;transition:0.5s;}
.px_video .box .tabs .r .ul a.hover{background: green;border: 1px solid green;}
.px_video .box .tabs .r .ul a.hover span{color: #fff;}
.px_video .box .tabs .r .ul a.hover i{background: #fff;color: green;}
.px_video .box .tabs .r .ul a:nth-child(2n){float: right;}
.px_video .box .tabs .r .ul a span{transition:0.5s;display: inline-block;color: #fa0;font-size: 16px;}
.px_video .box .tabs .r .ul a i{transition:0.5s;display: inline-block;color: #fff;font-size: 13px;background: green;line-height: 20px;height: 20px;margin: 15px 0 0 10px;padding: 0 10px;border-radius: 4px;font-style: normal;}
.px_video .box .tabs .r .zx{float: right;width: 100%;padding:0px 40px 30px;}
.px_video .box .tabs .r .zx a{float: right;line-height: 60px;font-size: 18px;padding: 0 60px;border-radius: 8px;width: 100%;background: green;color: #fff;text-align: center;}
.px_video .box .tabs .r .zx a i{text-align: right;font-style: normal;font-size: 18px;color: #fff;margin-right: 10px;display: inline-block;vertical-align: top;}
.px_video .box .tabs .r .zx a span{text-align: left;color: #fff;font-size: 30px;display: inline-block;vertical-align: top;}
.px_video .box .tabs .c{float: left;width: 62%;background: #ffe3c1;border-radius: 15px;box-shadow: 0 10px 10px rgba(0,0,0,0.1);overflow: hidden;border: 10px solid #ffe3c1;height: 452px;}
.px_video .box .tabs .c video{}
@media (max-width: 992px) {
.px_video{padding: 0 0px;box-shadow: 0 10px 10px rgba(0,0,0,0.05);position: relative;}
.px_video .box{padding: 0 0px;}
.px_video .box .tabs .r{width:100%;float: right;background: #fff;border-radius: 6px;box-shadow: 0 10px 10px rgba(0,0,0,0.05);}
.px_video .box .tabs .r .tt{width:100%;float: left;background: #fa0;border-radius: 6px;line-height: 50px;font-size: 16px;text-align: center;color: #fff;}
.px_video .box .tabs .r .ul{width:100%;float: left;padding: 20px 20px 10px;}
.px_video .box .tabs .r .ul a{width: 48%;display: inline-block;cursor:pointer;color:#fa0;text-align: center;margin: 0 0 10px;line-height: 40px;float: left;border-radius: 4px; border: 1px solid #fa0;transition:0.5s;}
.px_video .box .tabs .r .ul a:hover{background: green;border: 1px solid green;}
.px_video .box .tabs .r .ul a:hover span{color: #fff;}
.px_video .box .tabs .r .ul a:hover i{background: #fff;color: green;}
.px_video .box .tabs .r .ul a:nth-child(2n){float: right;}
.px_video .box .tabs .r .ul a span{transition:0.5s;display: inline-block;color: #fa0;font-size: 16px;}
.px_video .box .tabs .r .ul a i{transition:0.5s;display: inline-block;color: #fff;font-size: 13px;background: green;line-height: 20px;height: 20px;margin: 10px 0 0 10px;padding: 0 10px;border-radius: 4px;font-style: normal;}
.px_video .box .tabs .r .zx{float: right;width: 100%;padding:0px 20px 20px;}
.px_video .box .tabs .r .zx a{float: right;line-height: 50px;font-size: 16px;padding: 0 0px;border-radius: 5px;width: 100%;background: green;color: #fff;text-align: center;}
.px_video .box .tabs .r .zx a i{text-align: right;font-style: normal;font-size: 16px;color: #fff;margin-right: 10px;display: inline-block;vertical-align: top;}
.px_video .box .tabs .r .zx a span{text-align: left;color: #fff;font-size: 24px;display: inline-block;vertical-align: top;}
.px_video .box .tabs .c{float: left;width: 100%;background: #ffe3c1;border-radius: 0px;box-shadow: 0 10px 10px rgba(0,0,0,0.1);overflow: hidden;border: 0px solid #ffe3c1;height: auto;min-height: 200px;}
}



.px_beianzhidao{background:#353780 url(/Public/Common/Images/new/bg06.jpg) no-repeat center bottom;}
.px_beianzhidao .box .atitle_px{float: left;width: 100%;text-align: center;position: relative;margin-bottom: 40px;}
.px_beianzhidao .box .atitle_px .att{float: left;width: 100%;line-height: 60px;position: relative;}
.px_beianzhidao .box .atitle_px .att strong{float: left;width: 100%;position: relative;font-weight: normal;border-bottom: 1px solid rgba(255,255,255,0.3);height: 30px;position: absolute;z-index: 1;top: 0;left: 0;}
.px_beianzhidao .box .atitle_px .att p{display: inline-block;line-height: 60px;font-size: 48px;font-weight: bold;z-index: 2;position: relative;vertical-align: top;padding: 0 20px;background: #32347d;border-left: 1px solid rgba(255,255,255,0.2);border-right: 1px solid rgba(255,255,255,0.2);z-index: 3;}
.px_beianzhidao .box .atitle_px .att p i{font-style: normal;color: #fff;}
.px_beianzhidao .box .atitle_px .att p em{font-style: normal;color:#fa0}
.px_beianzhidao .box .atitle_px .atb{float: left;width: 100%;text-align: center;height: 7px;margin:20px 0 0px;}
.px_beianzhidao .box .atitle_px .atb i{display: inline-block;width: 100px;height: 7px;background: rgba(255,255,255,0.1);vertical-align: top;}
.px_beianzhidao .box .atitle span{color: rgba(255,255,255,0.2);}
.px_beianzhidao .box .atitle p i{color: #fff;}
.px_beianzhidao .box .ad{float: left;width: 100%;border-radius: 15px;overflow: hidden;box-shadow: 0 10px 10px rgba(0,0,0,0.1);margin-top: 40px;}
.px_beianzhidao .box .ad img{float: left;width: 100%;}
.px_beianzhidao .box .l{float: left;width: 48%;background-color: #6569ff;border-radius: 15px;overflow: hidden;box-shadow: 0 10px 10px rgba(0,0,0,0.1);}
.px_beianzhidao .box .l .tabs{float: left;width: 100%;}
.px_beianzhidao .box .l .tabs .ul{width:100%;float: left;padding: 20px;}
.px_beianzhidao .box .l .tabs .ul li{height: 40px;line-height: 40px;float:left;display:block;cursor:pointer;color:#fff;width: 20%;text-align: center;font-weight: bold;font-size: 15px;}
.px_beianzhidao .box .l .tabs .ul li.hover{background:#2a2fc5;border-radius: 40px;}
.px_beianzhidao .box .l .tabs .c{float: left;width: 100%;line-height: 40px;background: #fff;border-radius: 15px;padding: 20px;}
.px_beianzhidao .box .l .tabs .c a{float: left;width: 100%;line-height: 40px;color: #555;text-align: left;}
.px_beianzhidao .box .l .tabs .c a i{float: right;width: 25%;text-align: right;font-style: normal;font-size: 13px;color: #666;}
.px_beianzhidao .box .l .tabs .c a span{float: left;width: 75%;text-align: left;word-break:break-all;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;font-size: 14px;}
.px_beianzhidao .box .r{float: right;width: 48%;}
.px_beianzhidao .box .r .cc{float: left;width: 100%;background-color: #6569ff;border-radius: 15px;overflow: hidden;box-shadow: 0 10px 10px rgba(0,0,0,0.1);}
.px_beianzhidao .box .r .cc .tt{float: left;width: 100%;line-height: 80px;font-size: 18px;text-align: center;color: #fff;}
.px_beianzhidao .box .r .cc .ul{float: left;width: 100%;line-height: 22px;background: #fff;border-radius: 15px;padding: 30px 20px 20px;}
.px_beianzhidao .box .r .cc .ul a{float: left;width: 13.66%;margin: 0 1.5% 14px;background: linear-gradient(0deg,#f4f4f4,#fff);border-radius: 5px;color: #333;font-size: 16px;text-align: center;line-height: 44px;transition:0.5s;}
.px_beianzhidao .box .r .cc .ul a:hover{background: #2a2fc5;color: #fff}
.px_beianzhidao .box .r .bb{float: left;width: 100%;line-height: 50px;margin-top: 20px;}
.px_beianzhidao .box .r .bb span{float: left;color: rgba(255,255,255,0.4);font-size: 16px;}
.px_beianzhidao .box .r .bb a{float: left;font-size: 16px;background: #6569ff;padding: 0 40px;border-radius: 6px;color: #fff;margin: 0 0 0 40px;box-shadow: 0 10px 10px rgba(0,0,0,0.05);}
.px_beianzhidao .box .r .bb a:last-child{background: #fa0;}
@media (max-width: 992px) {
.px_beianzhidao .box .acon{padding: 0 20px;}
.px_beianzhidao .box{padding: 0 20px;}
.px_beianzhidao .box .ad{border-radius: 10px;margin-top: 30px;}
.px_beianzhidao .box .l{float: left;width: 100%;background-color: #6569ff;border-radius: 15px;overflow: hidden;box-shadow: 0 10px 10px rgba(0,0,0,0.1);margin-bottom: 20px;}
.px_beianzhidao .box .l .tabs{width: 100%;}
.px_beianzhidao .box .l .tabs .ul{width:100%;float: left;padding: 12px;}
.px_beianzhidao .box .l .tabs .ul li{height: 40px;line-height: 40px;float:left;display:block;cursor:pointer;color:#fff;width: auto;text-align: center;font-weight: bold;font-size: 13px;margin-right: 5px;}
.px_beianzhidao .box .l .tabs .ul li.hover{background:none;border-radius: 0px;border-bottom: 3px solid #fff;}
.px_beianzhidao .box .l .tabs .c{float: left;width: 100%;line-height: 40px;background: #fff;border-radius: 15px;padding: 20px 12px;}
.px_beianzhidao .box .l .tabs .c a{float: left;width: 100%;line-height: 40px;color: #555;text-align: left;}
.px_beianzhidao .box .l .tabs .c a i{float: right;width: 25%;text-align: right;font-style: normal;font-size: 13px;color: #666;}
.px_beianzhidao .box .l .tabs .c a span{float: left;width: 75%;text-align: left;word-break:break-all;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;font-size: 14px;}
.px_beianzhidao .box .r{width: 100%;}
.px_beianzhidao .box .r .cc{float: left;width: 100%;background-color: #6569ff;border-radius: 15px;overflow: hidden;box-shadow: 0 10px 10px rgba(0,0,0,0.1);}
.px_beianzhidao .box .r .cc .tt{float: left;width: 100%;line-height: 26px;font-size: 16px;text-align: center;color: #fff;padding: 16px 20px;}
.px_beianzhidao .box .r .cc .ul{float: left;width: 100%;line-height: 22px;background: #fff;border-radius: 15px;padding: 20px 12px 12px;}
.px_beianzhidao .box .r .cc .ul a{float: left;width: 18%;margin: 0 1% 7px;background: linear-gradient(0deg,#f4f4f4,#fff);border-radius: 5px;color: #333;font-size: 13px;text-align: center;line-height: 40px;transition:0.5s;}
.px_beianzhidao .box .r .cc .ul a:hover{background: #2a2fc5;color: #fff}
.px_beianzhidao .box .r .bb{float: left;width: 100%;line-height: 50px;margin-top: 5px;text-align: center;}
.px_beianzhidao .box .r .bb span{float: left;color: rgba(255,255,255,0.4);font-size: 16px;width: 100%;}
.px_beianzhidao .box .r .bb a{float: none;display: inline-block;font-size: 16px;background: #6569ff;padding: 0 20px;border-radius: 6px;color: #fff;margin: 0 10px;box-shadow: 0 10px 10px rgba(0,0,0,0.05);line-height: 44px;}
.px_beianzhidao .box .atitle_px{float: left;width: 100%;text-align: center;position: relative;margin-bottom: 30px;}
.px_beianzhidao .box .atitle_px .att{float: left;width: 100%;line-height: 40px;position: relative;}
.px_beianzhidao .box .atitle_px .att strong{display: none;}
.px_beianzhidao .box .atitle_px .att p{float: left;width: 100%;display: inline-block;line-height: 40px;font-size: 30px;font-weight: bold;z-index: 2;position: relative;vertical-align: top;padding: 0 0px;z-index: 3;border: none;}
.px_beianzhidao .box .atitle_px .att p i{font-style: normal;float: left;width: 100%;font-size: 24px;}
.px_beianzhidao .box .atitle_px .att p em{font-style: normal;color:#fa0;float: left;width: 100%;}
.px_beianzhidao .box .atitle_px .atb{float: left;width: 100%;text-align: center;height: 4px;margin:20px 0 0px;}
.px_beianzhidao .box .atitle_px .atb i{display: inline-block;width: 50px;height: 4px;vertical-align: top;}
}

.px_tiaojian{}
.px_tiaojian .box .ul{float: left;width: 100%;position: relative;margin-top: 50px;}
.px_tiaojian .box .ul li{float: left;width:18.4%;margin: 0 2% 0px 0;position: relative;padding: 0 20px 50px;transition:0.5s;border-radius:  15px;box-shadow: 0 15px 35px rgba(0,102,204,0.1);background: #fff;}
.px_tiaojian .box .ul li:nth-child(5){margin-right: 0;}
.px_tiaojian .box .ul li:hover{background: #0060c0;box-shadow: 0 25px 15px rgba(0,0,0,0.2);}
.px_tiaojian .box .ul li:hover .tit2{color: #fff;}
.px_tiaojian .box .ul li:hover .r b{color: #fff;}
.px_tiaojian .box .ul li:hover .r p{color: #fff;}
.px_tiaojian .box .ul li:hover .r p.p{color: #fff;}
.px_tiaojian .box .ul li:hover .r em{padding: 0 40%;}
.px_tiaojian .box .ul li:hover .r em i{background: #fff;}
.px_tiaojian .box .ul li .tit1{float: left;width:100%;transition:0.5s;text-align: center;;height: 60px;margin-top: -40px;margin-bottom: 60px;}
.px_tiaojian .box .ul li .tit1 span{display: inline-block;color: #0060c0;font-size: 50px;line-height: 100px;width: 100px;height: 100px;border-radius: 100%;box-shadow: 0 5px 15px rgba(0,0,0,0.1);background: #fff;}
.px_tiaojian .box .ul li .r{float: left;width:100%;}
.px_tiaojian .box .ul li .r b{float: left;width:100%;line-height: 54px;color: #0060c0;overflow: hidden;font-size: 22px;text-align: center;transition:0.5s;font-weight: normal;word-break:break-all;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;}
.px_tiaojian .box .ul li .r em{float: left;width:100%;margin: 10px 0 20px;padding: 0 43%;}
.px_tiaojian .box .ul li .r em i{float: left;width:100%;height: 3px;background: #eee;margin: 0px 0;transition:0.5s;}
.px_tiaojian .box .ul li .r p{float: left;width:100%;line-height: 24px;height: 96px;font-size: 14px;overflow: hidden;text-align: center;word-break:break-all;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;color: #333;}
.px_tiaojian .box .ul li .r p.p{color: #f00}
@media (max-width: 992px) {
.px_tiaojian{padding-top: 40px;margin-top: 0;}
.px_tiaojian .box .ul{bottom: 0px;opacity: 1;margin-top: 10px;padding: 0 20px;}
.px_tiaojian .box .ul li{float: left;width:100%;margin: 0 0% 10px 0;position: relative;padding:10px 20px 20px;transition:0.5s;border-radius:  10px;box-shadow: 0 15px 35px rgba(0,102,204,0.1);background: #fff;}
.px_tiaojian .box .ul li .tit1{top: 10px;left:14px;float: left;width:60px;position: absolute;margin: 0}
.px_tiaojian .box .ul li .tit1 span{box-shadow: none;line-height: 60px;width: 60px;height: 60px;font-size: 36px;position: relative;}
.px_tiaojian .box .ul li .r{float: left;width:100%;padding-left:60px;text-align: left;}
.px_tiaojian .box .ul li .r b{float: left;width:100%;line-height: 34px;color: #0060c0;overflow: hidden;font-size: 18px;text-align: left;transition:0.5s;font-weight: normal;word-break:break-all;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;}
.px_tiaojian .box .ul li .r em{float: left;width:15%;margin: 10px 0 10px;padding: 0 0;}
.px_tiaojian .box .ul li .r em i{float: left;width:100%;height: 3px;background: #eee;margin: 0px 0;transition:0.5s;}
.px_tiaojian .box .ul li .r p{float: left;width:100%;line-height: 24px;height: auto;font-size: 14px;overflow: hidden;text-align: left;word-break:break-all;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;color: #333;}
}

.px_tiaojian .box .atitle_px{float: left;width: 100%;text-align: center;position: relative;margin-bottom: 40px;}
.px_tiaojian .box .atitle_px .att{float: left;width: 100%;line-height: 60px;position: relative;}
.px_tiaojian .box .atitle_px .att strong{float: left;width: 100%;position: relative;font-weight: normal;border-bottom: 1px solid #ddd;height: 30px;position: absolute;z-index: 1;top: 0;left: 0;}
.px_tiaojian .box .atitle_px .att p{display: inline-block;line-height: 60px;font-size: 48px;font-weight: bold;z-index: 2;position: relative;vertical-align: top;padding: 0 20px;background: #f4f4f4;border-left: 1px solid #ddd;border-right: 1px solid #ddd;z-index: 3;}
.px_tiaojian .box .atitle_px .att p i{font-style: normal;color: #000;}
.px_tiaojian .box .atitle_px .att p em{font-style: normal;color:#fa0}
.px_tiaojian .box .atitle_px .atb{float: left;width: 100%;text-align: center;height: 7px;margin:20px 0 0px;}
.px_tiaojian .box .atitle_px .atb i{display: inline-block;width: 100px;height: 7px;background: #ddd;vertical-align: top;}
@media (max-width: 992px) {
.px_tiaojian .box .atitle_px{float: left;width: 100%;text-align: center;position: relative;margin-bottom: 30px;}
.px_tiaojian .box .atitle_px .att{float: left;width: 100%;line-height: 40px;position: relative;}
.px_tiaojian .box .atitle_px .att strong{display: none;}
.px_tiaojian .box .atitle_px .att p{float: left;width: 100%;display: inline-block;line-height: 40px;font-size: 30px;font-weight: bold;z-index: 2;position: relative;vertical-align: top;padding: 0 20px;background: #f4f4f4;border-left: 1px solid #ddd;border-right: 1px solid #ddd;z-index: 3;}
.px_tiaojian .box .atitle_px .att p i{font-style: normal;color: #000;float: left;width: 100%;font-size: 24px;}
.px_tiaojian .box .atitle_px .att p em{font-style: normal;color:#fa0;float: left;width: 100%;}
.px_tiaojian .box .atitle_px .atb{float: left;width: 100%;text-align: center;height: 4px;margin:20px 0 0px;}
.px_tiaojian .box .atitle_px .atb i{display: inline-block;width: 50px;height: 4px;background: #ddd;vertical-align: top;}
}

.px_kechengmokuai{background: #fff}
.px_kechengmokuai .box .atitle_px{margin-bottom: 0;}
.px_kechengmokuai .box .ul{float: left;width: 100%;position: relative;margin-top: 50px;}
.px_kechengmokuai .box .ul li{float: left;width:23.5%;margin: 0 2% 30px 0;position: relative;padding: 0 20px 50px;transition:0.5s;border-radius:  15px;box-shadow: 0 10px 5px rgba(89,89,255,0.3);background: #ecedff;}
.px_kechengmokuai .box .ul li:nth-child(4n){margin-right: 0;}
.px_kechengmokuai .box .ul li:hover{background: #9599db;box-shadow: 0 25px 15px rgba(0,0,0,0.2);}
.px_kechengmokuai .box .ul li:hover .tit2{color: #fff;}
.px_kechengmokuai .box .ul li:hover .r b{color: #fff;}
.px_kechengmokuai .box .ul li:hover .r p{color: #fff;}
.px_kechengmokuai .box .ul li:hover .r em{padding: 0 40%;}
.px_kechengmokuai .box .ul li:hover .r em i{background: #fff;}
.px_kechengmokuai .box .ul li .tit1{transition:0.5s;text-align: center;width: 60px;height: 60px;position: absolute;top: 20px;left: 20px;}
.px_kechengmokuai .box .ul li .tit1 span{display: inline-block;color: #fff;font-size:36px;line-height: 60px;width: 60px;height: 60px;border-radius: 100%;border-radius: 6px 0 6px 6px;background: #9599db;text-align: center;}
.px_kechengmokuai .box .ul li .r{float: left;width:100%;padding: 10px 0 0 80px;}
.px_kechengmokuai .box .ul li .r b{float: left;width:100%;line-height: 54px;color: #9599db;overflow: hidden;font-size: 22px;transition:0.5s;font-weight: normal;word-break:break-all;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;}
.px_kechengmokuai .box .ul li .r p{float: left;width:100%;line-height: 24px;height: 96px;font-size: 14px;overflow: hidden;word-break:break-all;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;color: #333;}
@media (max-width: 992px) {
.px_kechengmokuai .box .ul{bottom: 0px;opacity: 1;margin-top: 10px;padding: 0 20px;}
.px_kechengmokuai .box .ul li{float: left;width:100%;margin: 0 0% 20px 0;position: relative;padding:8px 20px 20px;transition:0.5s;border-radius:  10px;background: #fff;box-shadow: 0 10px 15px rgba(89,89,255,0.1);}
.px_kechengmokuai .box .ul li .tit1{top: 14px;left:14px;float: left;width:50px;position: absolute;margin: 0}
.px_kechengmokuai .box .ul li .tit1 span{box-shadow: none;line-height: 50px;width: 50px;height: 50px;font-size: 24px;position: relative;}
.px_kechengmokuai .box .ul li .r{float: left;width:100%;padding-left:60px;text-align: left;padding-top: 0;}
.px_kechengmokuai .box .ul li .r b{float: left;width:100%;line-height: 34px;color: #9599db;overflow: hidden;font-size: 16px;text-align: left;transition:0.5s;font-weight: normal;word-break:break-all;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;}
.px_kechengmokuai .box .ul li .r p{float: left;width:100%;line-height: 24px;height: auto;font-size: 14px;overflow: hidden;text-align: left;word-break:break-all;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;color: #333;}
}



.hy_tiaojian{background: #f4f4f4;}
.hy_tiaojian .box .ul{float: left;width: 100%;position: relative;margin-top: 30px;}
.hy_tiaojian .box .ul li{float: left;width:18.4%;margin: 0 2% 0px 0;position: relative;padding: 0 20px 50px;transition:0.5s;border-radius:  15px;box-shadow: 0 10px 15px rgba(0,102,204,0.2);background: #fff;}
.hy_tiaojian .box .ul li:nth-child(5){margin-right: 0;}
.hy_tiaojian .box .ul li:hover{background: #0060c0;box-shadow: 0 25px 15px rgba(0,0,0,0.2);}
.hy_tiaojian .box .ul li:hover .tit2{color: #fff;}
.hy_tiaojian .box .ul li:hover .r b{color: #fff;}
.hy_tiaojian .box .ul li:hover .r p{color: #fff;}
.hy_tiaojian .box .ul li:hover .r p.p{color: #fff;}
.hy_tiaojian .box .ul li:hover .r em{padding: 0 40%;}
.hy_tiaojian .box .ul li:hover .r em i{background: #fff;}
.hy_tiaojian .box .ul li .tit1{float: left;width:100%;transition:0.5s;text-align: center;;height: 60px;margin-top: -40px;margin-bottom: 60px;}
.hy_tiaojian .box .ul li .tit1 span{display: inline-block;color: #0060c0;font-size: 50px;line-height: 100px;width: 100px;height: 100px;border-radius: 100%;box-shadow: 0 5px 15px rgba(0,0,0,0.1);background: #fff;}
.hy_tiaojian .box .ul li .r{float: left;width:100%;}
.hy_tiaojian .box .ul li .r b{float: left;width:100%;line-height: 54px;color: #0060c0;overflow: hidden;font-size: 22px;text-align: center;transition:0.5s;font-weight: normal;word-break:break-all;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;}
.hy_tiaojian .box .ul li .r em{float: left;width:100%;margin: 10px 0 20px;padding: 0 43%;}
.hy_tiaojian .box .ul li .r em i{float: left;width:100%;height: 3px;background: #eee;margin: 0px 0;transition:0.5s;}
.hy_tiaojian .box .ul li .r p{float: left;width:100%;line-height: 24px;height: 96px;font-size: 14px;overflow: hidden;text-align: center;word-break:break-all;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;color: #333;}
.hy_tiaojian .box .ul li .r p.p{color: #f00}
@media (max-width: 992px) {
.hy_tiaojian{padding-top: 30px;margin-top: 0;margin-bottom: 0;}
.hy_tiaojian .box .ul{bottom: 0px;opacity: 1;margin-top: 0px;padding: 0 20px;}
.hy_tiaojian .box .ul li{float: left;width:100%;margin: 0 0% 10px 0;position: relative;padding:10px 20px 20px;transition:0.5s;border-radius:  10px;box-shadow: 0 15px 35px rgba(0,102,204,0.1);background: #fff;}
.hy_tiaojian .box .ul li .tit1{top: 10px;left:14px;float: left;width:60px;position: absolute;margin: 0}
.hy_tiaojian .box .ul li .tit1 span{box-shadow: none;line-height: 60px;width: 60px;height: 60px;font-size: 36px;position: relative;}
.hy_tiaojian .box .ul li .r{float: left;width:100%;padding-left:60px;text-align: left;}
.hy_tiaojian .box .ul li .r b{float: left;width:100%;line-height: 34px;color: #0060c0;overflow: hidden;font-size: 18px;text-align: left;transition:0.5s;font-weight: normal;word-break:break-all;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;}
.hy_tiaojian .box .ul li .r em{float: left;width:15%;margin: 10px 0 10px;padding: 0 0;}
.hy_tiaojian .box .ul li .r em i{float: left;width:100%;height: 3px;background: #eee;margin: 0px 0;transition:0.5s;}
.hy_tiaojian .box .ul li .r p{float: left;width:100%;line-height: 24px;height: auto;font-size: 14px;overflow: hidden;text-align: left;word-break:break-all;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;color: #333;}
}

.hy_kechengmokuai{background: #fff}
.hy_kechengmokuai .box .ul{float: left;width: 100%;position: relative;margin-top: 0px;}
.hy_kechengmokuai .box .ul li{float: left;width:23.5%;margin: 0 2% 30px 0;position: relative;padding: 0 20px 50px;transition:0.5s;border-radius:  15px;box-shadow: 0 10px 5px rgba(255,153,0,0.2);background: #fffaf3;}
.hy_kechengmokuai .box .ul li:nth-child(4n){margin-right: 0;}
.hy_kechengmokuai .box .ul li:hover{background: #fa0;box-shadow: 0 25px 15px rgba(0,0,0,0.2);}
.hy_kechengmokuai .box .ul li:hover .tit2{color: #fff;}
.hy_kechengmokuai .box .ul li:hover .r b{color: #fff;}
.hy_kechengmokuai .box .ul li:hover .r p{color: #fff;}
.hy_kechengmokuai .box .ul li:hover .r em{padding: 0 40%;}
.hy_kechengmokuai .box .ul li:hover .r em i{background: #fff;}
.hy_kechengmokuai .box .ul li .tit1{transition:0.5s;text-align: center;width: 60px;height: 60px;position: absolute;top: 20px;left: 20px;}
.hy_kechengmokuai .box .ul li .tit1 span{display: inline-block;color: #fff;font-size:36px;line-height: 60px;width: 60px;height: 60px;border-radius: 100%;border-radius: 6px 0 6px 6px;background: #fa0;text-align: center;}
.hy_kechengmokuai .box .ul li .r{float: left;width:100%;padding: 10px 0 0 80px;}
.hy_kechengmokuai .box .ul li .r b{float: left;width:100%;line-height: 54px;color: #fa0;overflow: hidden;font-size: 22px;transition:0.5s;font-weight: normal;word-break:break-all;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;}
.hy_kechengmokuai .box .ul li .r p{float: left;width:100%;line-height: 24px;height: 96px;font-size: 14px;overflow: hidden;word-break:break-all;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;color: #333;}
@media (max-width: 992px) {
.hy_kechengmokuai .box .ul{bottom: 0px;opacity: 1;margin-top: 10px;padding: 0 20px;}
.hy_kechengmokuai .box .ul li{float: left;width:100%;margin: 0 0% 20px 0;position: relative;padding:8px 20px 20px;transition:0.5s;border-radius:  10px;background: #fff;box-shadow: 0 5px 10px rgba(255,153,0,0.2);}
.hy_kechengmokuai .box .ul li .tit1{top: 14px;left:14px;float: left;width:50px;position: absolute;margin: 0}
.hy_kechengmokuai .box .ul li .tit1 span{box-shadow: none;line-height: 50px;width: 50px;height: 50px;font-size: 24px;position: relative;}
.hy_kechengmokuai .box .ul li .r{float: left;width:100%;padding-left:60px;text-align: left;padding-top: 0;}
.hy_kechengmokuai .box .ul li .r b{float: left;width:100%;line-height: 34px;color: #fa0;overflow: hidden;font-size: 16px;text-align: left;transition:0.5s;font-weight: normal;word-break:break-all;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;}
.hy_kechengmokuai .box .ul li .r p{float: left;width:100%;line-height: 24px;height: auto;font-size: 14px;overflow: hidden;text-align: left;word-break:break-all;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;color: #333;}
}

.hy_three{background: #fff}
.hy_three .box .ul{float: left;width: 100%;position: relative;margin-top: 0px;}
.hy_three .box .ul li{float: left;width:30%;margin: 0 5% 0 0;position: relative;border-radius: 15px;overflow: hidden;text-align: center;}
.hy_three .box .ul li:last-child{margin-right: 0;}
.hy_three .box .ul li img{float: left;width: 100%;}
.hy_three .box .ul li p{float: left;width:100%;position: absolute;z-index: 1;top: 0;left: 0;padding: 40px 40px 0px;}
.hy_three .box .ul li p b{float: left;width:100%;color: #fff;font-size: 34px;line-height: 60px;font-style: normal;font-weight: normal;margin-bottom: 10px;}
.hy_three .box .ul li p span{float: left;width:100%;line-height: 24px;font-size: 14px;overflow: hidden;word-break:break-all;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;color: #fff;}
@media (max-width: 992px) {
.hy_three{padding:20px 20px 0;}
.hy_three .box .ul{padding:0px;}
.hy_three .box .ul li{float: left;width:100%;margin: 0 0% 20px 0;}
.hy_three .box .ul li p{float: left;width:100%;position: absolute;z-index: 1;top: 0;left: 0;padding: 40px 40px 0px;}
.hy_three .box .ul li p b{float: left;width:100%;color: #fff;font-size: 34px;line-height: 60px;font-style: normal;font-weight: normal;margin-bottom: 10px;}
.hy_three .box .ul li p span{float: left;width:100%;line-height: 24px;font-size: 14px;overflow: hidden;word-break:break-all;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;color: #fff;}
}




